From 922446ddf492387f34bb49583271705aacd03490 Mon Sep 17 00:00:00 2001 From: Anders Kaseorg Date: Thu, 4 Mar 2021 14:05:38 -0800 Subject: [PATCH] test-static-analysis: Delete. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The only thing it did over ‘tools/lint --skip=gitlint’ was redundantly run mypy again. Signed-off-by: Anders Kaseorg --- .github/workflows/zulip-tests.yml | 2 +- tools/test-static-analysis | 6 ------ 2 files changed, 1 insertion(+), 7 deletions(-) delete mode 100755 tools/test-static-analysis diff --git a/.github/workflows/zulip-tests.yml b/.github/workflows/zulip-tests.yml index ffb70fc..ec36278 100644 --- a/.github/workflows/zulip-tests.yml +++ b/.github/workflows/zulip-tests.yml @@ -28,7 +28,7 @@ jobs: - name: Running Test-Suite run: | source zulip-api-py3-venv/bin/activate - tools/test-static-analysis + tools/lint --skip=gitlint test: runs-on: ubuntu-latest diff --git a/tools/test-static-analysis b/tools/test-static-analysis deleted file mode 100755 index 18a0c83..0000000 --- a/tools/test-static-analysis +++ /dev/null @@ -1,6 +0,0 @@ -#!/usr/bin/env bash - -set -ev - -tools/lint --skip=gitlint -tools/run-mypy