Commit e112dff
committed
ci: add actionlint config suppressing SC2129 in workflow files
Companion to 0004: the validator continues to flag SC2129 ("Consider
using { cmd1; cmd2; } >> file instead of individual redirects") at
style severity in updates.yaml — the create_pr_update block has five
sequential `>> "$GITHUB_OUTPUT"` redirects interleaved with conditional
logic, so the linearized form reads more clearly than the bundled
brace-group equivalent.
Suppress repo-wide via `.github/actionlint.yaml` rather than per-block
shellcheck directive: applies consistently if a future workflow grows
a similar redirect chain, and keeps the workflow files themselves
free of inline lint suppressions.
Refs: PSEC-9231 parent 71cacdf commit e112dff
1 file changed
Lines changed: 13 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 | + | |
0 commit comments