Skip to content

Commit

Permalink
Fix Exclude directory from No files to lint: exiting. in GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
oldcorvus committed Oct 18, 2024
1 parent ae4a795 commit cdceecd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ jobs:
- name: Run pylint
run: |
pylint $(git ls-files '*.py') --disable=all --enable=missing-docstring
exclude: ^examples/
pylint $(git ls-files '*.py' | grep -v '^examples/') --disable=all --enable=missing-docstring

0 comments on commit cdceecd

Please sign in to comment.