Skip to content

Commit 78427bb

Browse files
committed
chore: add prettier as check
1 parent b45b331 commit 78427bb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/check.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,8 @@ jobs:
2525
path: build/
2626
key: build-cache-${{ github.run_id }}-${{ github.run_attempt }}
2727

28+
- name: Run Prettier
29+
run: npx pretty-quick --check
30+
2831
- name: Run linting
2932
run: npm run lint

0 commit comments

Comments
 (0)