Merge branch 'pg/fmt' into pg/ml-runner

This commit is contained in:
pgherveou
2025-10-08 10:04:38 +02:00
+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