gh-109413: Run mypy on libregrtest in CI (#112558)

Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
This commit is contained in:
Alex Waygood 2023-11-30 23:00:14 +00:00 committed by GitHub
parent 6d5e0dc0e3
commit 674c288b1c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 32 additions and 17 deletions

View file

@ -8,6 +8,7 @@ on:
pull_request:
paths:
- ".github/workflows/mypy.yml"
- "Lib/test/libregrtest/**"
- "Tools/cases_generator/**"
- "Tools/clinic/**"
- "Tools/peg_generator/**"
@ -32,6 +33,7 @@ jobs:
strategy:
matrix:
target: [
"Lib/test/libregrtest",
"Tools/cases_generator",
"Tools/clinic",
"Tools/peg_generator",