Skip to content

Commit

Permalink
Do not ignore flake errors in the CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
mtausig committed Oct 7, 2020
1 parent 323b9cf commit 3d1a5fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
run: check-manifest .

- name: Run flake
continue-on-error: true
continue-on-error: false
run: flake8 --exclude=build,venv --ignore= --max-line-length=200 --max-complexity=75 --show-source --statistics .

- name: Check distribution
Expand Down

0 comments on commit 3d1a5fc

Please sign in to comment.