Commit ca17beb
committed
chore(ci): unblock PR #76 CI (prettier, markdownlint, docs validator)
Three pre-existing CI failures on main were gating PR #76. Fixing in
this branch rather than a separate PR per reviewer direction.
prettier
- Run `prettier --write` on .claude-plugin/marketplace.json and
website/astro.config.mjs to restore formatting consistency.
markdownlint
- README.md: wrap the `contact@bmadcode.com` bare URL as
<contact@bmadcode.com> (MD034/no-bare-urls).
docs:validate-links
- tools/validate-doc-links.cjs: tighten LINK_REGEX with a
(?!\w+://) negative lookahead so external URLs ending in .md (e.g.
https://github.com/.../CONTRIBUTING.md) are no longer incorrectly
classified as local doc paths. The validator only knows how to
resolve site-relative and bare .md paths; protocol URLs should be
ignored entirely. Previously, `distribute-your-module.md`'s valid
cross-repo marketplace CONTRIBUTING.md link was flagged as "File
not found anywhere" and failing CI.
All three checks pass locally (npm run format:check / lint:md /
docs:validate-links).1 parent 02152d4 commit ca17beb
4 files changed
Lines changed: 14 additions & 12 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
| 19 | + | |
25 | 20 | | |
26 | 21 | | |
27 | 22 | | |
| |||
49 | 44 | | |
50 | 45 | | |
51 | 46 | | |
52 | | - | |
53 | | - | |
54 | | - | |
| 47 | + | |
55 | 48 | | |
56 | 49 | | |
57 | 50 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
| 65 | + | |
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
26 | 31 | | |
27 | 32 | | |
28 | 33 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
114 | | - | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
115 | 119 | | |
116 | 120 | | |
117 | 121 | | |
| |||
0 commit comments