From e766dca70f54b818269c5052b3cb77f3cdeb9cee Mon Sep 17 00:00:00 2001 From: Florian K <37000563+flok@users.noreply.github.com> Date: Fri, 1 Jan 2021 23:42:29 +0100 Subject: [PATCH] Deleting mypy action Mypy gives weird results on github. Lets only work with it locally --- .github/workflows/python-mypy.yml | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 .github/workflows/python-mypy.yml diff --git a/.github/workflows/python-mypy.yml b/.github/workflows/python-mypy.yml deleted file mode 100644 index 3af1328..0000000 --- a/.github/workflows/python-mypy.yml +++ /dev/null @@ -1,21 +0,0 @@ -name: Mypy - -on: [push] - -jobs: - build: - runs-on: ubuntu-latest - name: Mypy - steps: - - uses: actions/checkout@v2 - - name: Set up Python - uses: actions/setup-python@v2 - with: - python-version: '3.9' - - name: Install Dependencies - run: | - python -m pip install --upgrade pip - python -m pip install mypy - - name: mypy - run: | - mypy pydualsense/