summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorDavid Lord <davidism@gmail.com>2021-01-29 18:47:45 -0800
committerDavid Lord <davidism@gmail.com>2021-01-29 18:47:45 -0800
commit578ff28da46b0eb8d8bb4a458f2d71c81a81db84 (patch)
tree0b45d518f878da296c8e07426224466ef3f736a0 /.github
parent2d91170cfc0ed58dbe7a5d97697c9e5aebe545c8 (diff)
downloadmarkupsafe-578ff28da46b0eb8d8bb4a458f2d71c81a81db84.tar.gz
use pre-commit.ci
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/tests.yaml7
1 files changed, 0 insertions, 7 deletions
diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml
index 0cd5fda..4895b87 100644
--- a/.github/workflows/tests.yaml
+++ b/.github/workflows/tests.yaml
@@ -23,7 +23,6 @@ jobs:
- {name: '3.7', python: '3.7', os: ubuntu-latest, tox: py37}
- {name: '3.6', python: '3.6', os: ubuntu-latest, tox: py36}
- {name: 'PyPy', python: pypy3, os: ubuntu-latest, tox: pypy3}
- - {name: Style, python: '3.9', os: ubuntu-latest, tox: style}
- {name: Docs, python: '3.9', os: ubuntu-latest, tox: docs}
steps:
- uses: actions/checkout@v2
@@ -43,11 +42,5 @@ jobs:
with:
path: ${{ steps.pip-cache.outputs.dir }}
key: pip|${{ runner.os }}|${{ matrix.python }}|${{ hashFiles('setup.py') }}|${{ hashFiles('requirements/*.txt') }}
- - name: cache pre-commit
- uses: actions/cache@v1
- with:
- path: ~/.cache/pre-commit
- key: pre-commit|${{ matrix.python }}|${{ hashFiles('.pre-commit-config.yaml') }}
- if: matrix.tox == 'style'
- run: pip install tox
- run: tox -e ${{ matrix.tox }}