Run mypy_primer in all pull requests (#7804)

This commit is contained in:
Akuli
2022-05-07 09:58:53 +03:00
committed by GitHub
parent 6b5068b11d
commit 6c6c669ada

View File

@@ -3,10 +3,6 @@ name: Run mypy_primer
on:
# Only run on PR, since we diff against master
pull_request:
# Since modular typeshed, mypy primer doesn't check third party stubs. Till that is changed,
# only run it on stdlib changes to avoid false confidence and wasted CI minutes.
paths:
- 'stdlib/**'
jobs:
mypy_primer: