Skip to content

Commit

Permalink
fix condition to run mypy in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
cmyui committed Sep 24, 2023
1 parent ab5c9fd commit 34b0a7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Lint
on:
push:
paths:
- '*.py'
- '**.py'

jobs:
mypy:
Expand Down

0 comments on commit 34b0a7b

Please sign in to comment.