Commit 4d9e9dc
FIX: quote glob in linkcheck.yml so the workflow file parses (#333)
`args: **/*.html` is invalid YAML (a plain scalar cannot start with
`*`, the alias indicator), so GitHub has been logging a 0-second
"workflow file issue" failure for this file on every push to every
branch since #249. Quoting the glob restores a parseable workflow;
the lychee invocation itself is unchanged.
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent b0d5f76 commit 4d9e9dc
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
0 commit comments