Skip to content

Commit 7942bd7

Browse files
committed
Enable prettier check in CI
1 parent 13bca08 commit 7942bd7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci-lint.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,10 @@ jobs:
4848
yarn lint-git
4949
# Always run this step so that all linting errors can be seen at once.
5050
if: always()
51+
- name: Prettier
52+
run: yarn prettier-check
53+
# Always run this step so that all linting errors can be seen at once.
54+
if: always()
5155
- name: ESLint
5256
# Disallow warnings and always throw errors.
5357
run: yarn lint --max-warnings 0

0 commit comments

Comments
 (0)