Skip to content

Commit

Permalink
ci(fix formatting): remove duplication
Browse files Browse the repository at this point in the history
  • Loading branch information
gr2m committed Dec 2, 2021
1 parent 6689bde commit 6b49507
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/fix-formatting.yaml
@@ -1,4 +1,4 @@
name: Update Prettier
name: Fix formatting
'on':
push:
branches:
Expand All @@ -18,8 +18,6 @@ jobs:
with:
node-version: 16
cache: npm
- run: npm ci
- 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 6b49507

Please sign in to comment.