Commit 971e567
ci: Add actionlint to validate workflow YAML on push/PR
Catches the class of failure that broke main earlier today (multi-line
'if' literal block, '\${{ }}' inside a 'run' comment) before the change
ever lands. Runs only when '.github/workflows/**' changes.
SHELLCHECK_OPTS disables SC2086 because the existing scripts intentionally
leave \$GITHUB_OUTPUT and friends unquoted.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 2037728 commit 971e567
1 file changed
Lines changed: 31 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
0 commit comments