Skip to content

Commit fdcd5c6

Browse files
authored
Migrate to precommit.ci (#487)
1 parent 9a978ec commit fdcd5c6

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

.github/workflows/tests.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -117,17 +117,3 @@ jobs:
117117
run: npm install
118118
- name: QUnit Tests
119119
run: npm test
120-
121-
linting:
122-
name: linting
123-
runs-on: ubuntu-latest
124-
steps:
125-
- uses: actions/checkout@master
126-
- name: Set up Python
127-
uses: actions/setup-python@v2
128-
with:
129-
python-version: 3.9
130-
- name: Install tox
131-
run: python -m pip install --upgrade tox
132-
- name: Lint with tox
133-
run: python -m tox -e linting

0 commit comments

Comments
 (0)