Commit 08442dc
committed
ci: add astro check + build smoke as PR gate
Repo had a deploy.yml on push to main but no PR-time CI. With
dependabot now opening grouped weekly bumps, every PR needs a real
gate. The new ci.yml runs npm ci + astro check (TS + content
collections) + npm run build on every PR and push.
Catches:
- Astro major-version build regressions (the deferred 5->6 PR is
the test case).
- TS errors introduced by @types/* bumps.
- Tailwind config drift on @tailwindcss/vite bumps.
- Anything that npm install can resolve but astro build can't.1 parent e924fc0 commit 08442dc
1 file changed
Lines changed: 28 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 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
0 commit comments