Skip to content

Commit

Permalink
Migrate to precommit.ci (#487)
Browse files Browse the repository at this point in the history
  • Loading branch information
BeyondEvil committed Jan 17, 2022
1 parent 9a978ec commit fdcd5c6
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/tests.yml
Expand Up @@ -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

0 comments on commit fdcd5c6

Please sign in to comment.