This commit is contained in:
pgherveou
2025-10-08 10:03:00 +02:00
parent 967cbac349
commit 1aba74ec3e
+3
View File
@@ -30,6 +30,9 @@ jobs:
- name: Install nightly toolchain
run: rustup toolchain install nightly
- name: Install rustfmt for nightly
run: rustup component add --toolchain nightly rustfmt
- name: Cargo fmt
run: cargo +nightly fmt --all -- --check