ci: assert lock file has been updated

This commit is contained in:
Daniel Bauer
2025-07-09 09:53:19 +02:00
parent 0a03fec5b8
commit 906e387192

View File

@@ -26,7 +26,7 @@ jobs:
run: uv python install ${{ matrix.python-version }}
- name: Install dependencies
run: uv sync --dev
run: uv sync --dev --locked
- name: Run ruff linting
run: uv run ruff check