Skip to content

Commit

Permalink
Update lint.yml
Browse files Browse the repository at this point in the history
Added failure mode to badge
  • Loading branch information
nandantumu authored Jul 8, 2023
1 parent 432b135 commit b5e30bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ jobs:
run: |
# stop the build if there are Python syntax errors or undefined names
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
flake8 . --count --max-complexity=10 --max-line-length=127 --statistics

0 comments on commit b5e30bf

Please sign in to comment.