Skip to content

Commit 45d7bf8

Browse files
authored
Update ui-pr.yml
1 parent 9248d0c commit 45d7bf8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ui-pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ jobs:
3131
run: yarn test
3232

3333
- name: Post the knip results
34-
run: yarn knip --max-issues=51
34+
run: yarn knip --max-issues=${{ vars.KNIP_MAX_ISSUES }}
3535

3636
- name: Run ESLint
37-
run: yarn lint --max-warnings 33
37+
run: yarn lint --max-warnings ${{ vars.LINT_MAX_WARNINGS }}
3838

3939
- name: Danger
4040
run: yarn danger ci

0 commit comments

Comments
 (0)