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

Commit 7029250

Browse files
committed
t17
1 parent 32d3f62 commit 7029250

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -119,9 +119,6 @@ jobs:
119119
120120
patch-typing-check:
121121
runs-on: ubuntu-latest
122-
defaults:
123-
run:
124-
working-directory: ${{ inputs.working_directory }}
125122
steps:
126123
- uses: actions/checkout@v4
127124
with:
@@ -130,4 +127,4 @@ jobs:
130127
with:
131128
python-version: "3.12"
132129
- run: pip install mypy==1.13.0
133-
- run: mypy . --ignore-missing-imports ${{ inputs.extra_config }}
130+
- run: mypy .

0 commit comments

Comments
 (0)