Skip to content

Commit

Permalink
chore: remove npm install from prettier workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
yuskhan committed Jul 29, 2024
1 parent 7fbb6f0 commit aa03edd
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 @@ -8,4 +8,4 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Run Prettier
run: npm install -g prettier@^3.0.3 && npx prettier --check .
run: npx prettier@^3.0.3 --check .

0 comments on commit aa03edd

Please sign in to comment.