Commit aa0c051
Point the ecosystem URL check at pnpm and the right paths
The job has been failing on every push since the redesign, for two reasons both
introduced by it. It runs `npm ci` behind `cache: npm`, which needs the
package-lock.json deleted when the lockfiles were reconciled — the repo pins
pnpm via packageManager and ships pnpm-lock.yaml. And it triggers on
data/ecosystem.json, which is the catalogue's old shape; the data moved to
markdown in content/ecosystem, so the guard had quietly stopped firing on the
files it exists to check.
The script itself was fine: it already reads content/ecosystem, and passes
locally at 12 URLs checked, 0 failed.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>1 parent e63f2f9 commit aa0c051
1 file changed
Lines changed: 11 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
5 | 7 | | |
6 | 8 | | |
7 | | - | |
| 9 | + | |
8 | 10 | | |
9 | 11 | | |
10 | 12 | | |
| |||
20 | 22 | | |
21 | 23 | | |
22 | 24 | | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
23 | 30 | | |
24 | 31 | | |
25 | 32 | | |
26 | | - | |
| 33 | + | |
27 | 34 | | |
28 | 35 | | |
29 | | - | |
| 36 | + | |
30 | 37 | | |
31 | 38 | | |
32 | 39 | | |
0 commit comments