Skip to content

Block PRs if uv.lock is not up-to-date #25

@lukpueh

Description

@lukpueh

... 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions