ci: move desktop cargo check out of github actions

This commit is contained in:
Offending Commit
2026-05-12 10:46:35 -05:00
parent 5a430b4950
commit 4c5489915e
3 changed files with 19 additions and 32 deletions

16
AGENTS.md Normal file
View File

@@ -0,0 +1,16 @@
# openconcho Agent Notes
## CI policy
- PR CI only runs the web checks.
- Rust/Tauri compile-check is local-only for now because the Linux dependency setup on GitHub Actions is too slow for routine PR validation.
## Required local preflight
- Before pushing any change under `packages/desktop/**` or `packages/desktop/src-tauri/**`, run:
- `pnpm --filter @openconcho/desktop cargo-check`
## Useful commands
- `make ci-web` — matches current PR CI
- `pnpm --filter @openconcho/desktop cargo-check` — local desktop compile check