Skip to content

Commit

Permalink
Update standard-js.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ay0503 authored Oct 31, 2024
1 parent 5eef69d commit 0c4d651
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/standard-js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
run: npm install

- name: Run StandardJS on standardjs.js
working-directory: ./install
run: npx standard ./test/standardjs.js
working-directory: ./test
run: npx standard ./standardjs.js

- name: Report StandardJS issues
if: failure()
Expand Down

0 comments on commit 0c4d651

Please sign in to comment.