summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNamilskyy <alive6863@gmail.com>2025-12-01 14:11:11 +0300
committerNamilskyy <alive6863@gmail.com>2025-12-01 14:11:11 +0300
commit3fc368fbd6a818a8f9f210c995d82725d11e6e45 (patch)
tree06f839775abe5fd62e334bf69239576fdcd9ce00
parent22603546d1a6143ec5b0b3f1ccce5c6ccbe3f51d (diff)
Removed duplicated step from CI
-rw-r--r--.woodpecker.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.woodpecker.yaml b/.woodpecker.yaml
index 9415915..989ec3c 100644
--- a/.woodpecker.yaml
+++ b/.woodpecker.yaml
@@ -7,7 +7,6 @@ steps:
CARGO_TERM_COLOR: always
commands:
- rustup default stable
- - rustup component add clippy rustfmt
- apt install openssl -y
when:
branch: main
@@ -28,6 +27,7 @@ steps:
RUST_BACKTRACE: 1
CARGO_TERM_COLOR: always
commands:
+ - rustup component add clippy rustfmt
- cargo fmt --all -- --check
- cargo clippy --jobs 2 -- -D clippy::all
when: