Commit 7c47b03
authored
ci: skip E2E (stdio MCP) on pull_request; scope marketing lint override to .ts (RhysSullivan#1220)
The local E2E scenario boots a real executor web plus a browser and is
currently flaky on PRs, so gate it to push events (still runs on main).
The marketing app is plain Astro/Cloudflare SSR, not Effect domain code,
but its lib/*.ts files were subject to the Effect-only lint rules
(no-try-catch-or-throw, no-promise-catch), breaking lint on main after
the GitHub stars pill landed. Extend the existing marketing override from
*.astro to *.{astro,ts,tsx} and disable no-promise-catch there too.1 parent bb0a02b commit 7c47b03
2 files changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
79 | 82 | | |
80 | 83 | | |
81 | 84 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
104 | | - | |
| 104 | + | |
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
| 110 | + | |
110 | 111 | | |
111 | 112 | | |
112 | 113 | | |
| |||
0 commit comments