fix(ci): move poetry deprecated command to new one (#6384)

This commit is contained in:
Adrián Jesús Peña Rodríguez
2025-01-07 12:38:33 +01:00
committed by GitHub
parent 3de3fed858
commit 15fae4d8f8
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -114,7 +114,7 @@ jobs:
working-directory: ./api
if: steps.are-non-ignored-files-changed.outputs.any_changed == 'true'
run: |
poetry lock --check
poetry check --lock
- name: Lint with ruff
working-directory: ./api