Skip to content

Commit b74c6c0

Browse files
committed
Run prettier on CI
1 parent 034b789 commit b74c6c0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
run: |
2222
npm ci
2323
npm run lint
24+
npm run prettier:check
2425
npm run test:coverage
2526
npm run test:types
2627
npm run build

0 commit comments

Comments
 (0)