Skip to content

Commit

Permalink
Pin prettier version in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
linozen committed Jul 6, 2023
1 parent d2ccc7c commit d2a3933
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,8 @@ jobs:
container: node:latest
steps:
- uses: actions/checkout@v2
- name: Install prettier
run: npm install [email protected]
- name: Run prettier
run: npx prettier --check .

Expand Down

0 comments on commit d2a3933

Please sign in to comment.