Skip to content

Commit 41f5e44

Browse files
Ciheim BrownCiheim Brown
authored andcommitted
changling pylint to exit zero
1 parent 88b6bd3 commit 41f5e44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-pip-install-run-pytest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Install and use pylint
2323
run: |
2424
pip install pylint
25-
pylint catalogbuilder || true
25+
pylint catalogbuilder --exit-zero
2626
2727
- name: Make sample data
2828
run: |

0 commit comments

Comments
 (0)