Run 'pre-commit' as part of CI job

This commit is contained in:
Andrew Halberstadt 2021-09-29 13:44:23 -04:00
Родитель a6ff3f6c40
Коммит b4df011287
1 изменённых файлов: 1 добавлений и 1 удалений

2
.github/workflows/test.yml поставляемый
Просмотреть файл

@ -20,4 +20,4 @@ jobs:
run: pip install tox
- name: Run tox
# Run tox using the version of Python in `PATH`
run: tox -e py
run: tox -e pre-commit -e py