Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions actions/ci/python-validate/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ runs:
echo "✅ pyproject.toml is valid"
shell: bash

- name: Check dependency version alignment
run: |
uv run uv-align --check
echo "✅ Dependencies versions are aligned between pyproject.toml and uv.lock"
shell: bash

- name: Check version consistency
run: |
# Get reference version from pyproject.toml
Expand Down
Loading
Loading