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
8 changes: 7 additions & 1 deletion .github/workflows/path_sync_validate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ on:
branches-ignore:
- main
- 'sync/**'
pull_request:
branches-ignore:
- main
- 'sync/**'

jobs:
validate:
Expand All @@ -16,4 +20,6 @@ jobs:
fetch-depth: 0
- uses: ./.github/actions/setup
- name: Validate no changes to synced files
run: uvx path-sync validate-no-changes -b main
env:
GITHUB_BASE_REF: ${{ github.base_ref || 'main' }}
run: uvx path-sync validate-no-changes
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ vulture:

# === DO_NOT_EDIT: path-sync path-sync ===
path-sync-validate:
uv run path-sync validate-no-changes -n python-template
uv run path-sync validate-no-changes
# === OK_EDIT: path-sync path-sync ===

# === DO_NOT_EDIT: path-sync coverage ===
Expand Down