mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-15 00:07:09 +08:00
Run stubs self-check on all python versions (#1126)
This commit is contained in:
5
.github/workflows/test.yml
vendored
5
.github/workflows/test.yml
vendored
@@ -50,11 +50,8 @@ jobs:
|
|||||||
run: mypy --strict django_stubs_ext
|
run: mypy --strict django_stubs_ext
|
||||||
- name: Run mypy on scripts and utils
|
- name: Run mypy on scripts and utils
|
||||||
run: mypy --strict scripts
|
run: mypy --strict scripts
|
||||||
# TODO: run this check on versions, not only 3.10
|
|
||||||
- name: Run mypy on stubs
|
- name: Run mypy on stubs
|
||||||
if: ${{ matrix.python-version }} == '3.10'
|
run: mypy --cache-dir=/dev/null --no-incremental django-stubs
|
||||||
run: |
|
|
||||||
mypy --cache-dir=/dev/null --no-incremental django-stubs
|
|
||||||
|
|
||||||
test:
|
test:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|||||||
Reference in New Issue
Block a user