... to make sure related changes are in the same PR (anti-example: #23, #24)
E.g. add the following step to the CI job in ci.yml.
- name: Check uv.lock is up-to-date
run: uv sync --check
IMPORTANT: The check must be performed before running any uv commands, which sync uv.lock, such as uv run, etc.
... to make sure related changes are in the same PR (anti-example: #23, #24)
E.g. add the following step to the CI job in ci.yml.
IMPORTANT: The check must be performed before running any uv commands, which sync uv.lock, such as
uv run, etc.