Take typechecks and codechecks out of the GitHub Actions config

There's a dedicated job on CircleCI.
This commit is contained in:
Jean-Paul Calderone 2022-12-14 08:35:10 -05:00
parent 2057f59950
commit a1cb889308

View File

@ -7,7 +7,7 @@
# the tox-gh-actions package.
[gh-actions]
python =
3.7: py37-coverage,typechecks,codechecks
3.7: py37-coverage
3.8: py38-coverage
3.9: py39-coverage
3.10: py310-coverage