add distutils check to CI job

This commit is contained in:
sebthom
2022-01-24 03:51:49 +01:00
parent 879b9fd088
commit ba72989a85
2 changed files with 8 additions and 2 deletions

View File

@@ -43,6 +43,11 @@ jobs:
pip install .[dev]
- name: python setup.py check
run: |
# https://docs.python.org/3/distutils/apiref.html#module-distutils.command.check
python setup.py check --metadata --strict --verbose
- name: bandit
run: |
set -eux