Skip to content

Commit 1be4a97

Browse files
authored
Update ui-pr.yml
1 parent d1af394 commit 1be4a97

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ui-pr.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ jobs:
3030
- name: Run Tests
3131
run: yarn test
3232

33-
# - name: Post the knip results
34-
# run: yarn knip
33+
- name: Post the knip results
34+
run: yarn knip --max-issues=51
3535

3636
- name: Run ESLint
37-
run: yarn lint
37+
run: yarn lint --max-warnings 33
3838

3939
- name: Danger
4040
run: yarn danger ci

0 commit comments

Comments
 (0)