From 44004de5766304c609989ba1e9a0a08b0ea35b3a Mon Sep 17 00:00:00 2001 From: Rafael Caricio Date: Thu, 27 Apr 2023 23:23:03 +0200 Subject: [PATCH] OK, run CI always --- .woodpecker.yml | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index bf61145..fd2188a 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -7,13 +7,6 @@ pipeline: image: rust when: branch: [ master ] - path: - include: - - src/**/*.rs - - fedimovies-cli/**/*.rs - - fedimovies-config/**/*.rs - - fedimovies-models/**/*.rs - - fedimovies-utils/**/*.rs commands: - rustup default $RUST - cargo clippy --all-targets --all-features -- -D warnings @@ -22,13 +15,6 @@ pipeline: image: rust when: branch: [ master ] - path: - include: - - src/**/*.rs - - fedimovies-cli/**/*.rs - - fedimovies-config/**/*.rs - - fedimovies-models/**/*.rs - - fedimovies-utils/**/*.rs environment: - CARGO_TERM_COLOR=always commands: