From 6ae9257b1a4cf871e3586cc808b82d53f8f1b486 Mon Sep 17 00:00:00 2001 From: Phoenix/HotaruBlaze Date: Wed, 3 Jun 2026 22:08:53 +0100 Subject: [PATCH] Not gonna deal with verifying the repo --- .woodpecker/build.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.woodpecker/build.yaml b/.woodpecker/build.yaml index f9c3a86..4436f6e 100644 --- a/.woodpecker/build.yaml +++ b/.woodpecker/build.yaml @@ -13,8 +13,6 @@ steps: - rustup component add clippy rustfmt - cargo fmt --check - cargo clippy -- -D warnings - volumes: - - /woodpecker/cargo/registry:/usr/local/cargo/registry when: - event: [push, pull_request] path: