//! Generate a small but complete GitHub Actions workflow.
//!
//! ```text
//! cargo run --example basic
//! ```
//!
//! Output is what most pure-Rust crates need: `test` (single OS) plus
//! the standard quality gates (`clippy`, `fmt`, `docs`, `msrv`).
use ;