Skip to content
This repository has been archived by the owner on May 27, 2024. It is now read-only.

update clean script #69

update clean script

update clean script #69

Workflow file for this run

name: Lint
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
lint:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
- run: npm run setup
- run: npm run lint