ESLint should barf on warnings in check workflow

This commit is contained in:
Marshall Polaris 2022-05-21 13:19:00 -07:00
parent 00e14ac8b2
commit 8321bc94c6

View File

@ -38,7 +38,7 @@ jobs:
continue-on-error: true
- name: Run ESLint on web client
working-directory: web
run: yarn lint
run: yarn lint --max-warnings 0
continue-on-error: true
- name: Run Typescript checker on web client
working-directory: web