Disallow lint warnings in GH action

This commit is contained in:
Aria Minaei 2022-04-09 15:23:03 +02:00
parent 16c070b6e9
commit ccb52d4882

View file

@ -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