Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Migrate to precommit.ci
  • Loading branch information
BeyondEvil committed Jan 17, 2022
commit cd1d7ae28397d67c9eaf193911a99f7180b46b72
14 changes: 0 additions & 14 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
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