Noticed the branch was wrong.. 🤦
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
44004de576
commit
4df257d024
1 changed files with 16 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue