summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Lord <davidism@gmail.com>2021-01-29 18:52:18 -0800
committerDavid Lord <davidism@gmail.com>2021-01-29 18:52:18 -0800
commitb9975e9d255dd87f80237276b7e4b7092d06fe59 (patch)
tree98c91dbc8a894f285c87cac00a138dc14a82553f
parent578ff28da46b0eb8d8bb4a458f2d71c81a81db84 (diff)
downloadmarkupsafe-b9975e9d255dd87f80237276b7e4b7092d06fe59.tar.gz
run mypy
-rw-r--r--.github/workflows/tests.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml
index 4895b87..1fd4c3f 100644
--- a/.github/workflows/tests.yaml
+++ b/.github/workflows/tests.yaml
@@ -23,6 +23,7 @@ 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: Typing, python: '3.9', os: ubuntu-latest, tox: typing}
- {name: Docs, python: '3.9', os: ubuntu-latest, tox: docs}
steps:
- uses: actions/checkout@v2