Skip to content

Commit

Permalink
ci: run lint
Browse files Browse the repository at this point in the history
  • Loading branch information
marklai1998 committed Jul 6, 2023
1 parent 4f968ab commit f7905f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/runTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@ jobs:
with:
version: 8
- run: pnpm install --frozen-lockfile
- run: pnpm lint
- run: pnpm test
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"pre-push": "tsc",
"test": "tsc",
"clean-package-json": "pnpm clear-package-json package.json -o package-cleaned.json --fields scripts && mv package-cleaned.json package.json",
"lint:js": "eslint src"
"lint": "eslint src"
},
"files": [
"dist"
Expand Down

0 comments on commit f7905f0

Please sign in to comment.