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 49147ab commit e35cb0d
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 @@ -25,9 +25,9 @@ jobs:
working-directory: ./install
run: npm install

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

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

0 comments on commit e35cb0d

Please sign in to comment.