Skip to content
This repository has been archived by the owner on Sep 19, 2023. It is now read-only.

Commit

Permalink
Prevent fail on Pylint CI job
Browse files Browse the repository at this point in the history
  • Loading branch information
garrettsummerfi3ld committed Mar 31, 2023
1 parent 00a3817 commit 788e237
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,4 @@ jobs:
- name: Analysing the code with pylint
run: |
pylint $(git ls-files '*.py')
continue-on-error: true

0 comments on commit 788e237

Please sign in to comment.