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