Skip to content

Commit

Permalink
feat: force lint.yml prettier to 3.1.X version
Browse files Browse the repository at this point in the history
  • Loading branch information
edelclaux authored and TheoLechemia committed Nov 20, 2023
1 parent 145ed2d commit d2ab541
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ jobs:
fetch-depth: 0
- uses: actions/setup-node@v3
- name: Frontend code formatting check (Prettier)
run: npm install prettier && npm run format:check
run: npm install prettier@~3.1.0 && npm run format:check
working-directory: ./frontend

0 comments on commit d2ab541

Please sign in to comment.