mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-14 08:17:13 +03:00
github/mypy: Specifically run for win32 platform
This commit is contained in:
parent
2315168b65
commit
3d53b1a54d
2
.github/workflows/push-checks.yml
vendored
2
.github/workflows/push-checks.yml
vendored
@ -67,4 +67,4 @@ jobs:
|
||||
|
||||
- name: mypy type checks
|
||||
run: |
|
||||
./scripts/mypy-all.sh
|
||||
./scripts/mypy-all.sh --platform win32
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env bash
|
||||
#
|
||||
|
||||
mypy $(git ls-tree --full-tree -r --name-only HEAD | grep -E '\.py$')
|
||||
mypy $@ $(git ls-tree --full-tree -r --name-only HEAD | grep -E '\.py$')
|
||||
|
Loading…
x
Reference in New Issue
Block a user