Merge pull request 'install rustfmt in ci' (#28) from ci-fmt into main
Reviewed-on: https://codeberg.org/Cyborus/forgejo-api/pulls/28
This commit is contained in:
commit
f51397bce1
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue