mirror of
https://github.com/Second-Hand-Friends/kleinanzeigen-bot.git
synced 2026-03-12 10:31:50 +01:00
add distutils check to CI job
This commit is contained in:
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user