fix: add pylint-exit

This commit is contained in:
2022-12-30 20:47:32 +00:00
parent 95a3544e3e
commit 152bc2c0db

View File

@ -27,7 +27,7 @@ jobs:
- name: Install dependencies
run: pip install -r requirements.txt && pip install -r requirements-dev.txt
- name: Lint
run: pylint --recursive=yes --output-format=parseable --output=lintreport.txt .
run: pylint --recursive=yes --output-format=parseable --output=lintreport.txt . || pylint-exit $?
continue-on-error: true
- name: Unit Test
run: |