Skip to content

Commit

Permalink
Update pylint.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nvlinhvn authored May 9, 2024
1 parent bf9af83 commit c3b34ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ jobs:
pip install pytest
- name: Analysing the code with pylint
run: |
git ls-files '*.py'
pylint $(git ls-files '*.py')
pylint $(git ls-files 'setup.py')
pylint $(git ls-files 'tests/test_hstransform.py')

0 comments on commit c3b34ae

Please sign in to comment.