Skip to content

Commit

Permalink
feat: Update CI to only lint src and tests
Browse files Browse the repository at this point in the history
  • Loading branch information
exaby73 committed Jul 30, 2024
1 parent c6d4bf3 commit a2c0451
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,11 @@ jobs:
- name: Lint with pylint
run: |
source venv/bin/activate
python3.10 -m pylint $(git ls-files '*.py')
python3.10 -m pylint src tests
- name: Lint with mypy
run: |
source venv/bin/activate
python3.10 -m mypy .
python3.10 -m mypy src tests
docs:
runs-on: ubuntu-latest
Expand Down

0 comments on commit a2c0451

Please sign in to comment.