Skip to content

Commit

Permalink
ci: Update lint action
Browse files Browse the repository at this point in the history
Signed-off-by: Roy Golan <[email protected]>
  • Loading branch information
rgolangh committed Oct 12, 2024
1 parent 3b57a67 commit 01b3654
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,8 @@ jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '18'
- run: npm init @eslint/config
- run: npm install eslint-plugin-jsdoc@latest --save-dev
- run: npx eslint *.js modules/*.js
- run: npm run lint

0 comments on commit 01b3654

Please sign in to comment.