Continuing to work through CI
All checks were successful
CI / check (push) Successful in 1m8s

This commit is contained in:
Connor Johnstone
2026-03-19 12:18:00 -04:00
parent da64e412ad
commit efec51141e

View File

@@ -16,6 +16,8 @@ jobs:
git submodule update --init --recursive
- uses: dtolnay/rust-toolchain@stable
with:
components: rustfmt, clippy
- run: cargo fmt --check