Skip to content

Commit

Permalink
type checking only
Browse files Browse the repository at this point in the history
  • Loading branch information
kivel committed Jan 14, 2025
1 parent 909135c commit e61c9ff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ jobs:
if: needs.check.outputs.branch-pr == ''
uses: ./.github/workflows/_tox.yml
with:
tox: pre-commit,type-checking
# tox: pre-commit,type-checking
tox: type-checking

# test:
# needs: check
Expand Down

0 comments on commit e61c9ff

Please sign in to comment.