1
0
Fork 0

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:
Cyborus 2023-12-12 16:30:50 +00:00
commit f51397bce1

View file

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