.forgejo/workflows/build.yaml 🔗
@@ -19,6 +19,7 @@ jobs:
run: |
rustup update
rustup component add rustfmt
+ cargo fmt --version
cargo fmt --check
test-stable:
Maxime “pep” Buquet created
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
.forgejo/workflows/build.yaml | 1 +
.gitlab-ci.yml | 1 +
2 files changed, 2 insertions(+)
@@ -19,6 +19,7 @@ jobs:
run: |
rustup update
rustup component add rustfmt
+ cargo fmt --version
cargo fmt --check
test-stable:
@@ -60,6 +60,7 @@ rustfmt:
stage: lint
script:
- rustup component add rustfmt
+ - cargo fmt --version
- cargo fmt --check
extends:
- .stable