Skip to content

Commit

Permalink
CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sir-sigurd committed Nov 28, 2024
1 parent bf20284 commit 646330c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/py-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip setuptools
python -m pip install 'pylint<3' 'pycodestyle>=2.6.1'
python -m pip install 'pylint==3.2.7' 'pycodestyle>=2.6.1'
- name: Run pylint
run: |
pylint $(find -name '*.py' -not -path './venv/*')
pylint .
- name: Run pycodestyle
run: |
pycodestyle $(find -name '*.py' -not -path './venv/*')
Expand Down

0 comments on commit 646330c

Please sign in to comment.