Skip to content

Commit

Permalink
run mypy if any requirements files change (#1036)
Browse files Browse the repository at this point in the history
This includes any change to the mypy version itself.
  • Loading branch information
dagitses authored Nov 8, 2022
1 parent f1457ee commit f007c16
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,13 @@ on:
pull_request:
paths:
- '**.py'
- '**requirements.txt'
push:
branches:
- main
paths:
- '**.py'
- '**requirements.txt'

jobs:
mypy:
Expand Down

0 comments on commit f007c16

Please sign in to comment.