Skip to content

Commit 922446d

Browse files
committed
test-static-analysis: Delete.
The only thing it did over ‘tools/lint --skip=gitlint’ was redundantly run mypy again. Signed-off-by: Anders Kaseorg <[email protected]>
1 parent 2e3c65a commit 922446d

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

.github/workflows/zulip-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Running Test-Suite
2929
run: |
3030
source zulip-api-py3-venv/bin/activate
31-
tools/test-static-analysis
31+
tools/lint --skip=gitlint
3232
3333
test:
3434
runs-on: ubuntu-latest

tools/test-static-analysis

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)