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: