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 9248d0c commit 45d7bf8Copy full SHA for 45d7bf8
.github/workflows/ui-pr.yml
@@ -31,10 +31,10 @@ jobs:
31
run: yarn test
32
33
- name: Post the knip results
34
- run: yarn knip --max-issues=51
+ run: yarn knip --max-issues=${{ vars.KNIP_MAX_ISSUES }}
35
36
- name: Run ESLint
37
- run: yarn lint --max-warnings 33
+ run: yarn lint --max-warnings ${{ vars.LINT_MAX_WARNINGS }}
38
39
- name: Danger
40
run: yarn danger ci
0 commit comments