Skip to content

Commit b3e05d3

Browse files
committed
added exit-zero for pylint for non-error exit
1 parent 8bb73ac commit b3e05d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gh-ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ jobs:
137137
env:
138138
PYLINTRC: .pylintrc
139139
run: |
140-
pylint basicrta
140+
pylint basicrta --exit-zero
141141
142142
143143
pypi_check:

0 commit comments

Comments
 (0)