Skip to content

Commit 3efac37

Browse files
committed
ci: Ignore test directory when linting.
1 parent 154f876 commit 3efac37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ jobs:
4545
pip install pylint requests cloudflare
4646
- name: Analysing the code with pylint
4747
run: |
48-
pylint $(git ls-files '*.py')
48+
pylint $(git ls-files '*.py' | grep -v '^tests/')

0 commit comments

Comments
 (0)