diff options
| author | A Farzat <a@farzat.xyz> | 2026-03-09 17:07:16 +0300 |
|---|---|---|
| committer | A Farzat <a@farzat.xyz> | 2026-03-09 17:07:16 +0300 |
| commit | 514b61a5b43d4e3ea37fe2a6d9a44f88ac13dc86 (patch) | |
| tree | a7bc3792d9149eb46013548f1ab6eba2010e827d | |
| parent | e2f051a2120176c1f53c18ab69ffd53bf90b1e0c (diff) | |
| download | oreilly-epub-514b61a5b43d4e3ea37fe2a6d9a44f88ac13dc86.tar.gz oreilly-epub-514b61a5b43d4e3ea37fe2a6d9a44f88ac13dc86.zip | |
Manually install rustfmt for GitLab CI
| -rw-r--r-- | .gitlab-ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bbae1fc..ac9c060 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -15,6 +15,7 @@ default: check: stage: check script: + - rustup component add rustfmt - cargo fmt --all -- --check - cargo clippy --all-targets --all-features -- -D warnings only: |
