Skip to content

Commit

Permalink
ci: Set continue-on-error to false for flake8 lint job
Browse files Browse the repository at this point in the history
  • Loading branch information
drikusroor committed Apr 12, 2023
1 parent 1f83796 commit f4a4815
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f4a4815

Please sign in to comment.