Noticed the branch was wrong.. 🤦
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Rafael Caricio 2023-04-27 23:24:08 +02:00
parent 44004de576
commit 4df257d024
Signed by: rafaelcaricio
GPG key ID: 3C86DBCE8E93C947

View file

@ -6,7 +6,14 @@ pipeline:
check-style:
image: rust
when:
branch: [ master ]
branch: [ main ]
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
@ -14,7 +21,14 @@ pipeline:
run-tests:
image: rust
when:
branch: [ master ]
branch: [ main ]
path:
include:
- src/**/*.rs
- fedimovies-cli/**/*.rs
- fedimovies-config/**/*.rs
- fedimovies-models/**/*.rs
- fedimovies-utils/**/*.rs
environment:
- CARGO_TERM_COLOR=always
commands: