We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13bca08 commit 7942bd7Copy full SHA for 7942bd7
.github/workflows/ci-lint.yml
@@ -48,6 +48,10 @@ jobs:
48
yarn lint-git
49
# Always run this step so that all linting errors can be seen at once.
50
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()
55
- name: ESLint
56
# Disallow warnings and always throw errors.
57
run: yarn lint --max-warnings 0
0 commit comments