mirror of
https://github.com/Second-Hand-Friends/kleinanzeigen-bot.git
synced 2026-03-12 02:31:45 +01:00
ci: add pip-audit check
This commit is contained in:
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@@ -134,6 +134,12 @@ jobs:
|
||||
run: pdm show
|
||||
|
||||
|
||||
- name: Check with pip-audit
|
||||
# until https://github.com/astral-sh/ruff/issues/8277
|
||||
run:
|
||||
pdm run pip-audit --progress-spinner off --skip-editable --verbose
|
||||
|
||||
|
||||
- name: Check with ruff
|
||||
run: pdm run ruff check
|
||||
|
||||
|
||||
Reference in New Issue
Block a user