Rustfmt all scripts

This commit is contained in:
bjorn3 2024-03-31 09:09:58 +00:00
parent 7cdec71868
commit d9f29fa018
2 changed files with 4 additions and 6 deletions

View file

@ -23,6 +23,7 @@ jobs:
cargo fmt --check
rustfmt --check build_system/main.rs
rustfmt --check example/*
rustfmt --check scripts/*.rs
test: