Skip to content

Commit

Permalink
ci: run lint (#614)
Browse files Browse the repository at this point in the history
* ci: run lint

* ci: build last
  • Loading branch information
coston authored Apr 10, 2024
1 parent 10f79ec commit 0f3a832
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,6 @@ module.exports = {
rules: {
'react/jsx-filename-extension': [1, { extensions: ['.js', '.jsx'] }],
'react/jsx-props-no-spreading': 0,
'react/require-default-props': 0,
},
};
3 changes: 2 additions & 1 deletion .github/workflows/nodejs-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@ jobs:
with:
node-version: 'lts/*'
- run: npm ci
- run: npm run build
- run: npm run lint
- run: npm run test
- run: npm run build

0 comments on commit 0f3a832

Please sign in to comment.