Skip to content
This repository was archived by the owner on Jun 13, 2025. It is now read-only.

Commit 17304df

Browse files
committed
t12
1 parent 4d0914d commit 17304df

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/ci.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,3 +114,18 @@ jobs:
114114
--organization-slug codecov \
115115
python \
116116
--python-path $(which python3)
117+
118+
static-type-check:
119+
runs-on: ubuntu-latest
120+
defaults:
121+
run:
122+
working-directory: ${{ inputs.working_directory }}
123+
steps:
124+
- uses: actions/checkout@v4
125+
with:
126+
submodules: 'recursive'
127+
- uses: actions/setup-python@v5
128+
with:
129+
python-version: "3.12"
130+
- run: pip install mypy==1.13.0
131+
- run: mypy .

0 commit comments

Comments
 (0)