Skip to content

Commit ab4e5d0

Browse files
committed
fix CI
1 parent 3f4def7 commit ab4e5d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -148,4 +148,4 @@ jobs:
148148
run: make lint
149149
- name: Type check
150150
if: ${{ github.event_name == 'pull_request' }}
151-
run: git diff --name-only --diff-filter=AM "origin/$GITHUB_BASE_REF" -z -- 'src/**/*.py' 'src/**/*.pyi' | xargs -0 --no-run-if-empty pyright
151+
run: git diff --name-only --diff-filter=AMD "origin/$GITHUB_BASE_REF" -z -- 'src/**/*.py' 'src/**/*.pyi' | xargs -0 --no-run-if-empty pyright

0 commit comments

Comments
 (0)