Disallow lint warnings in GH action
This commit is contained in:
parent
16c070b6e9
commit
ccb52d4882
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -35,7 +35,7 @@ jobs:
|
||||||
|
|
||||||
- run: yarn install
|
- run: yarn install
|
||||||
- run: yarn typecheck
|
- run: yarn typecheck
|
||||||
- run: yarn lint:all
|
- run: yarn lint:all --max-warnings 0
|
||||||
- run: yarn test
|
- run: yarn test
|
||||||
- name: Download playwright
|
- name: Download playwright
|
||||||
run: yarn workspace playground run playwright install
|
run: yarn workspace playground run playwright install
|
||||||
|
|
Loading…
Reference in a new issue