Skip to content

Commit

Permalink
ci: enable eslint linting (#1379)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcC399 authored Feb 28, 2025
1 parent c380093 commit 590bb4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- run: npm ci
- run: npm run format
- run: npm run build
- run: npm test
- run: npm run lint

release:
runs-on: ubuntu-24.04
Expand Down

0 comments on commit 590bb4b

Please sign in to comment.