Skip to content

Commit

Permalink
ci(update prettier): fix script
Browse files Browse the repository at this point in the history
  • Loading branch information
gr2m committed Dec 2, 2021
1 parent 7bf48aa commit 6689bde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/fix-formatting.yaml
Expand Up @@ -19,7 +19,7 @@ jobs:
node-version: 16
cache: npm
- run: npm ci
- run: npm run lint:fix
- run: npm run format:fix
- name: Install dependencies
run: npm ci --ignore-scripts --no-audit --no-progress --prefer-offline
- name: Format
Expand Down

0 comments on commit 6689bde

Please sign in to comment.