mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +00:00
gh-109125: Run mypy on Tools/wasm (#109126)
This commit is contained in:
parent
ed582a2ed9
commit
f65497fd25
5 changed files with 71 additions and 40 deletions
6
.github/workflows/mypy.yml
vendored
6
.github/workflows/mypy.yml
vendored
|
|
@ -7,11 +7,12 @@ on:
|
|||
- main
|
||||
pull_request:
|
||||
paths:
|
||||
- "Tools/clinic/**"
|
||||
- ".github/workflows/mypy.yml"
|
||||
- "Tools/cases_generator/**"
|
||||
- "Tools/clinic/**"
|
||||
- "Tools/peg_generator/**"
|
||||
- "Tools/requirements-dev.txt"
|
||||
- ".github/workflows/mypy.yml"
|
||||
- "Tools/wasm/**"
|
||||
workflow_dispatch:
|
||||
|
||||
permissions:
|
||||
|
|
@ -34,6 +35,7 @@ jobs:
|
|||
"Tools/cases_generator",
|
||||
"Tools/clinic",
|
||||
"Tools/peg_generator",
|
||||
"Tools/wasm",
|
||||
]
|
||||
name: Run mypy on ${{ matrix.target }}
|
||||
runs-on: ubuntu-latest
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue