1
0
Fork 0

install rustfmt in ci

This commit is contained in:
Cyborus 2023-12-12 11:28:55 -05:00
parent 136d3b6257
commit d0a9cb59d9
No known key found for this signature in database

View file

@ -9,4 +9,5 @@ steps:
check-fmt: check-fmt:
image: rust image: rust
commands: commands:
- rustup component add rustfmt
- cargo fmt --check - cargo fmt --check