bos-settings/.forgejo
Breadway 08dc29012b ci: add a branch/main check.yml (clippy + test)
The only CI here was dev-release.yml / rc-release.yml / release.yml — the
publish workflows. Nothing ran clippy or the test suite, so a PR (or a push
straight to main, which publishes a dev build) could ship with lint errors
or failing tests. This runs `cargo clippy --all-targets -D warnings` +
`cargo test` on feature/**, fix/**, and main.

The Tauri crate is at ./src; clippy and tests don't need the built frontend.
fmt not gated yet (tree isn't fmt-clean — separate change).
2026-09-01 17:15:27 +08:00
..
workflows ci: add a branch/main check.yml (clippy + test) 2026-09-01 17:15:27 +08:00