From 9944095959418ca34f4f1c43c231158c48016da6 Mon Sep 17 00:00:00 2001 From: Rafael Caricio Date: Thu, 27 Apr 2023 23:29:27 +0200 Subject: [PATCH] Fix CI --- .woodpecker.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.woodpecker.yml b/.woodpecker.yml index 9e853da..e49b619 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -9,6 +9,7 @@ pipeline: branch: [ main ] path: include: + - .woodpecker.yml - src/**/*.rs - fedimovies-cli/**/*.rs - fedimovies-config/**/*.rs @@ -16,6 +17,7 @@ pipeline: - fedimovies-utils/**/*.rs commands: - rustup default $RUST + - rustup component add rustfmt - cargo fmt --all -- --check check-style: @@ -24,6 +26,7 @@ pipeline: branch: [ main ] path: include: + - .woodpecker.yml - src/**/*.rs - fedimovies-cli/**/*.rs - fedimovies-config/**/*.rs @@ -40,6 +43,7 @@ pipeline: branch: [ main ] path: include: + - .woodpecker.yml - src/**/*.rs - fedimovies-cli/**/*.rs - fedimovies-config/**/*.rs