Fix CI
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Rafael Caricio 2023-04-27 23:29:27 +02:00
parent 13d6fa25bc
commit 9944095959
Signed by: rafaelcaricio
GPG key ID: 3C86DBCE8E93C947

View file

@ -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