Files
sase.tr/.github/workflows
Sase Dev 2d6f8392b6 chore: remove CI workflow
Single-developer repo, all pushes go directly to main and the
Deploy workflow runs nest build (which type-checks) on every
push, so CI's typecheck/build duplicated that work. Tests in
the suite are mock-setup-broken and unrelated to production
behavior — keeping a perma-red CI just adds noise.

Lint runs locally before push; typecheck regressions surface
in the deploy build step.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-10 09:15:41 +00:00
..