feat(M017/S01): Forgejo CI workflow #1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "kata/root/M017/S01"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Creates
.forgejo/workflows/ci.yml— the Forgejo CI workflow that runs the full gate on every push and PR.What's included
checkjob (ubuntu-latest):actions/checkout@v4https://github.com/dtolnay/rust-toolchain@stable(components: rustfmt, clippy)https://github.com/Swatinem/rust-cache@v2cargo-binstallvia official curl one-linercargo binstall -y just cargo-deny cargo-nextestjust ready(fmt-check, lint, test, deny, check-plugin-version)pluginsjob (ubuntu-latest):python3Key decisions
cargo-binstallsteps instead ofjdx/mise-action@v2ubuntu-latestcargo-binstallovercargo install— binary downloads (~1 min vs ~10 min)dtolnay/rust-toolchainandSwatinem/rust-cacheVerification
just readygreen locally (1574 tests pass)Closes WOL-152
84f50dfdc589aeb0617c