Skip to content

Commit

Permalink
added exit-zero for pylint for non-error exit
Browse files Browse the repository at this point in the history
  • Loading branch information
rsexton2 committed Nov 18, 2024
1 parent 8bb73ac commit b3e05d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gh-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ jobs:
env:
PYLINTRC: .pylintrc
run: |
pylint basicrta
pylint basicrta --exit-zero
pypi_check:
Expand Down

0 comments on commit b3e05d3

Please sign in to comment.