From cd1d7ae28397d67c9eaf193911a99f7180b46b72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jim=20Br=C3=A4nnlund?= Date: Mon, 17 Jan 2022 20:06:47 +0100 Subject: [PATCH] Migrate to precommit.ci --- .github/workflows/tests.yml | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index e550cf58..42afa78d 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -117,17 +117,3 @@ jobs: run: npm install - name: QUnit Tests run: npm test - - linting: - name: linting - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@master - - name: Set up Python - uses: actions/setup-python@v2 - with: - python-version: 3.9 - - name: Install tox - run: python -m pip install --upgrade tox - - name: Lint with tox - run: python -m tox -e linting