Skip to content

Commit

Permalink
chore: use prettier ~3.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
yuskhan committed Jul 29, 2024
1 parent aa03edd commit 898193b
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: npx prettier@^3.0.3 --check .
run: npm install -g prettier@~3.0.3 && npx prettier --check .

0 comments on commit 898193b

Please sign in to comment.