Commit f539d96
ci: run check, lint:arch, lint:dead, and tests
CI previously ran only typecheck/lint/format and skipped both the
electron compile (`npm run compile` is the closest thing to a build
gate for main-process code) and the test suite. After the cycle fix
and knip cleanup, the static gates are green, so wire them in:
- `npm run check` — covers compile + typecheck + lint + format:check.
- `npm run lint:arch` — depcruise enforcement, now green.
- `npm run lint:dead` — knip, now green.
- `npm test` — vitest run across renderer and main suites.
Addresses finding 3 of issue #157.
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>1 parent c8651a3 commit f539d96
1 file changed
Lines changed: 9 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | | - | |
| 22 | + | |
| 23 | + | |
24 | 24 | | |
25 | | - | |
26 | | - | |
| 25 | + | |
| 26 | + | |
27 | 27 | | |
28 | | - | |
29 | | - | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
0 commit comments