We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81574ea commit 97d351bCopy full SHA for 97d351b
.github/workflows/ci-develop.yml
@@ -45,6 +45,9 @@ jobs:
45
curl -sSL https://install.python-poetry.org | python3 -
46
poetry config virtualenvs.create false
47
poetry install --with dev --no-interaction
48
+
49
+ - name: Verify lock file is up to date
50
+ run: poetry lock --check
51
52
# Code quality gates
53
- name: Run Ruff (lint & formatting check)
@@ -82,6 +85,9 @@ jobs:
82
85
83
86
84
87
88
89
90
91
92
- name: Run Ruff
93
run: poetry run ruff check src tests
0 commit comments