bread-ecosystem/.forgejo/workflows
Breadway 7e2908db6f ci: add a branch/main check.yml (clippy + test, incl. --features gtk)
Until now the only CI on this repo was dev-bakery.yml / dev-bread-theme.yml
(both `cargo build --bin` only) and the release workflows — so nothing here
was ever clippy'd or tested in CI, and the entire per-monitor GTK bind
module in bread-theme (feature-gated behind `gtk`) never even compiled in
CI. A push to `main` publishes a dev build; it should be checked first.

Runs on feature/**, fix/**, and main: clippy + test, once plain and once
with --features gtk.

fmt is not gated yet — the tree isn't `cargo fmt` clean (27 files) and a
mass reformat would collide with every open PR. Separate change.
2026-09-01 17:14:04 +08:00
..
check.yml ci: add a branch/main check.yml (clippy + test, incl. --features gtk) 2026-09-01 17:14:04 +08:00
dev-bakery.yml ci: export VERSION for rc sign steps and drop unsafe tag path filters 2026-08-23 14:37:08 +08:00
dev-bread-theme.yml CI: single-trunk model — dev triggers on main, beta becomes RC-tag-triggered 2026-07-31 11:05:17 +08:00
package.yml ci: export VERSION for rc sign steps and drop unsafe tag path filters 2026-08-23 14:37:08 +08:00
rc-bakery.yml ci: export VERSION for rc sign steps and drop unsafe tag path filters 2026-08-23 14:37:08 +08:00
rc-bread-theme.yml ci: export VERSION for rc sign steps and drop unsafe tag path filters 2026-08-23 14:37:08 +08:00
release-bakery.yml bakery: fix correctness, reliability, and security issues from audit 2026-08-05 13:55:57 +08:00
release-bread-theme.yml bakery: fix correctness, reliability, and security issues from audit 2026-08-05 13:55:57 +08:00