mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-10 13:32:26 +08:00
Check for PEP 604 usage in CI (#5903)
Since this is a common review issue and our stubs have all been converted Co-authored-by: hauntsaninja <>
This commit is contained in:
8
.github/workflows/tests.yml
vendored
8
.github/workflows/tests.yml
vendored
@@ -17,6 +17,14 @@ jobs:
|
||||
- run: pip install toml
|
||||
- run: ./tests/check_consistent.py
|
||||
|
||||
pep-604:
|
||||
name: Check for PEP 604 usage
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-python@v2
|
||||
- run: ./tests/check_pep_604.py
|
||||
|
||||
flake8:
|
||||
name: Lint with flake8
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Reference in New Issue
Block a user