summaryrefslogtreecommitdiff
path: root/.woodpecker.yaml
diff options
context:
space:
mode:
authorNamilskyy <alive6863@gmail.com>2025-11-30 17:28:23 +0300
committerNamilskyy <alive6863@gmail.com>2025-11-30 17:28:23 +0300
commit5abbc4394cb5fc3af432fa5177b203018db009a6 (patch)
treede340256e356c5d521d3e06f0cabeb0b04488155 /.woodpecker.yaml
parent623988aa62ee0286a6f4895c2b2e7109609749c9 (diff)
Uncommented clippy CI part in .woodpecker.yaml and removed useless comments
Diffstat (limited to '.woodpecker.yaml')
-rw-r--r--.woodpecker.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.woodpecker.yaml b/.woodpecker.yaml
index 85f4d2d..c3cc1ab 100644
--- a/.woodpecker.yaml
+++ b/.woodpecker.yaml
@@ -34,8 +34,8 @@ jobs:
- name: Check formatting
run: cargo fmt --all -- --check
- # - name: Lint with clippy
- # run: cargo clippy -- -D warnings
+ - name: Lint with clippy
+ run: cargo clippy -- -D warnings
- name: Build
run: cargo build --verbose