Skip to content

Commit

Permalink
added npx command to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
John-Crawshaw committed Oct 31, 2024
1 parent 9b0d9d9 commit 9ce6dbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
run: npm run lint

- name: Run JSHint
run: jshint src/
run: npx jshint src/

- name: Node tests
run: npm test
Expand Down

0 comments on commit 9ce6dbb

Please sign in to comment.