ci: Set continue-on-error to false for flake8 lint job
parent
1f837968ff
commit
f4a481513d
|
@ -31,7 +31,7 @@ jobs:
|
|||
pip install -r requirements.txt
|
||||
|
||||
- name: Lint with flake8
|
||||
continue-on-error: true
|
||||
continue-on-error: false
|
||||
run: flake8 scripts/ tests/ --select E303,W293,W291,W292,E305
|
||||
|
||||
- name: Run unittest tests with coverage
|
||||
|
|
Loading…
Reference in New Issue