Skip to content

Commit

Permalink
run linting in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
onigoetz committed Apr 15, 2024
1 parent a5fd745 commit 0efffb3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- run: yarn install
- run: yarn lint
- run: yarn test
env:
CI: true
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"eslint": "8.57.0"
},
"scripts": {
"lint": "eslint src --fix",
"lint": "eslint src",
"test": "TZ=Europe/Zurich c8 --reporter=text --reporter=html node --test __tests__/*.js",
"prepublishOnly": "yarn test",
"postpublish": "git push && git push --tags"
Expand Down

0 comments on commit 0efffb3

Please sign in to comment.