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