Skip to content
This repository has been archived by the owner on Jul 28, 2023. It is now read-only.

Commit

Permalink
Update python-app.yml to check everything except tests
Browse files Browse the repository at this point in the history
  • Loading branch information
christofsteel committed Jun 28, 2023
1 parent 1fcfa92 commit 356663a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,9 @@ jobs:
pip install mypy
- name: Check with mypy
run: |
mypy --strict bcls
mypy --strict . --exclude tests
- name: Ruff Check
uses: jpetrucciani/ruff-check@main
with:
path: 'bcls'
flags: '--exclude tests'

0 comments on commit 356663a

Please sign in to comment.