Installation de rustfmt dans la CI

This commit is contained in:
Tipragot 2023-05-27 14:18:58 +02:00
parent 2d3d955c02
commit 8af60d2046

View file

@ -27,6 +27,7 @@ cargo-fmt:
stage: checks
before_script:
- rustup install nightly
- rustup component add rustfmt
script:
- cargo +nightly fmt --check
rules: