test-static-analysis: Delete.

The only thing it did over ‘tools/lint --skip=gitlint’ was redundantly
run mypy again.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg 2021-03-04 14:05:38 -08:00
parent 2e3c65a044
commit 922446ddf4
2 changed files with 1 additions and 7 deletions

View file

@ -28,7 +28,7 @@ jobs:
- name: Running Test-Suite - name: Running Test-Suite
run: | run: |
source zulip-api-py3-venv/bin/activate source zulip-api-py3-venv/bin/activate
tools/test-static-analysis tools/lint --skip=gitlint
test: test:
runs-on: ubuntu-latest runs-on: ubuntu-latest

View file

@ -1,6 +0,0 @@
#!/usr/bin/env bash
set -ev
tools/lint --skip=gitlint
tools/run-mypy