Skip to content

Commit

Permalink
use npx to run prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
pepone committed Jul 24, 2024
1 parent 4944ac4 commit c8d538f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prettier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ jobs:
node-version: 'latest'

- name: Run JavaScript prettier
run: prettier --check .
run: npx prettier --check .
working-directory: js

0 comments on commit c8d538f

Please sign in to comment.