Skip to content

Commit ecdf0dc

Browse files
Merge pull request #18 from divar-ir/amirsalarsafaei-patch-2
Update pylint.yml
2 parents 48d6657 + 668ffdb commit ecdf0dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pylint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ jobs:
2020
pip install pylint
2121
- name: Analysing the code with pylint
2222
run: |
23-
pylint $(git ls-files '*.py')
23+
pylint $(git ls-files '*.py') || true

0 commit comments

Comments
 (0)