Skip to content

Commit

Permalink
Update lint command in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
davidjgoss authored Feb 22, 2025
1 parent 41dc956 commit b8015fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-javascript.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@ jobs:
cache-dependency-path: javascript/package-lock.json
- run: npm install-test
working-directory: javascript
- run: npm run eslint
- run: npm run lint
working-directory: javascript

0 comments on commit b8015fe

Please sign in to comment.