mirror of
https://github.com/Balshgit/python-poetry.git
synced 2025-09-10 16:30:41 +03:00
poetry check as separate job
This commit is contained in:
parent
7ece8be1ca
commit
919d07cada
8
.github/workflows/poetry-test.yml
vendored
8
.github/workflows/poetry-test.yml
vendored
@ -59,12 +59,18 @@ jobs:
|
||||
poetry install --no-interaction --no-ansi --no-root
|
||||
poetry run pip install -U pip
|
||||
#----------------------------------------------
|
||||
# check poetry file
|
||||
#----------------------------------------------
|
||||
- name: Poetry consistency check
|
||||
continue-on-error: true
|
||||
run: |
|
||||
poetry check
|
||||
#----------------------------------------------
|
||||
# check dependencies
|
||||
#----------------------------------------------
|
||||
- name: Extended checks
|
||||
continue-on-error: true
|
||||
run: |
|
||||
poetry run poetry check
|
||||
poetry run pip check
|
||||
poetry run safety check --full-report
|
||||
poetry run pip-audit
|
||||
|
Loading…
x
Reference in New Issue
Block a user