Skip to content

Commit adcca8d

Browse files
aid-ninjaclaude
andcommitted
ci: gate publish on format:check
Prevent the 1.1.8-class drift where format-check CI failed but publish shipped anyway (caught by supply-chain witness audit of the barn/wheat rapid-release burst). Co-Authored-By: Claude Opus 4.7 (1M context) <[email protected]>
1 parent dcb13da commit adcca8d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ jobs:
3737
- name: Install
3838
run: npm ci
3939

40+
- name: Format check
41+
run: npm run format:check
42+
4043
- name: Test
4144
run: npm test
4245

0 commit comments

Comments
 (0)