From 9a7d20d083bfa7a19a04be8fca30e1e686034293 Mon Sep 17 00:00:00 2001 From: onsdagens Date: Mon, 31 Jul 2023 15:00:36 +0200 Subject: [PATCH] Update workflow description --- GITHUB.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/GITHUB.md b/GITHUB.md index 7c2b4546..88d97b9b 100644 --- a/GITHUB.md +++ b/GITHUB.md @@ -5,3 +5,5 @@ The workflow starts with checking out the repo, installing the required dependen Next, a build check is ran via `cargo build --verbose`, followed by clippy checks on the `gui-vizia` and `gui-egui` versions of the crate, and finally, the tests are ran via `cargo test --workspace --no-default-features --features components --verbose`. As a final step, the `Swatinem/rust-cache@v2` workflow updates the aforementioned cache for re-use by the next job. + +In parallel, a rustfmt check is ran via ``cargo fmt --all --check``. This ensures that all of the Rust code is formatted with ``cargo fmt``. \ No newline at end of file