Skip to content

Commit de4969b

Browse files
hyperpolymathclaude
andcommitted
fix(ci): repair instant-sync.yml broken by the standardization sweep
A step fragment (K9-SVC Validation) was appended at the jobs level, outside any job, making the workflow unparseable — every push-triggered run would have died at startup once on main. Folded into the dispatch job's steps. All 9 workflow files now YAML-validate. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent eabfb24 commit de4969b

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/instant-sync.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Confirm
3434
run: echo "::notice::Propagation triggered for ${{ github.event.repository.name }}"
3535

36-
- name: K9-SVC Validation
37-
run: |
38-
echo "K9-SVC validation"
39-
[ -d .machine_readable/contractiles ] && echo "Contractiles present" || echo "No contractiles"
36+
- name: K9-SVC Validation
37+
run: |
38+
echo "K9-SVC validation"
39+
[ -d .machine_readable/contractiles ] && echo "Contractiles present" || echo "No contractiles"

0 commit comments

Comments
 (0)