ESLint should barf on warnings in check workflow
This commit is contained in:
parent
00e14ac8b2
commit
8321bc94c6
2
.github/workflows/check.yml
vendored
2
.github/workflows/check.yml
vendored
|
@ -38,7 +38,7 @@ jobs:
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
- name: Run ESLint on web client
|
- name: Run ESLint on web client
|
||||||
working-directory: web
|
working-directory: web
|
||||||
run: yarn lint
|
run: yarn lint --max-warnings 0
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
- name: Run Typescript checker on web client
|
- name: Run Typescript checker on web client
|
||||||
working-directory: web
|
working-directory: web
|
||||||
|
|
Loading…
Reference in New Issue
Block a user