Commit 2a0fd18
authored
ci(workflow-linter): scope uses: grep to require leading whitespace (#9)
The in-tree workflow-linter.yml ran `grep -rn "uses:"` across
workflow files, which matched its own comment lines (`# Pattern:
uses: ...`) and shell command lines, causing a self-referential
false positive.
Fix: require leading whitespace before `uses:` (matches
standards/governance-reusable.yml line 640 pattern).1 parent 817b42b commit 2a0fd18
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
| 66 | + | |
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| |||
0 commit comments