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:
|
check-style:
|
||||||
image: rust
|
image: rust
|
||||||
when:
|
when:
|
||||||
branch: [ master ]
|
branch: [ main ]
|
||||||
|
path:
|
||||||
|
include:
|
||||||
|
- src/**/*.rs
|
||||||
|
- fedimovies-cli/**/*.rs
|
||||||
|
- fedimovies-config/**/*.rs
|
||||||
|
- fedimovies-models/**/*.rs
|
||||||
|
- fedimovies-utils/**/*.rs
|
||||||
commands:
|
commands:
|
||||||
- rustup default $RUST
|
- rustup default $RUST
|
||||||
- cargo clippy --all-targets --all-features -- -D warnings
|
- cargo clippy --all-targets --all-features -- -D warnings
|
||||||
|
@ -14,7 +21,14 @@ pipeline:
|
||||||
run-tests:
|
run-tests:
|
||||||
image: rust
|
image: rust
|
||||||
when:
|
when:
|
||||||
branch: [ master ]
|
branch: [ main ]
|
||||||
|
path:
|
||||||
|
include:
|
||||||
|
- src/**/*.rs
|
||||||
|
- fedimovies-cli/**/*.rs
|
||||||
|
- fedimovies-config/**/*.rs
|
||||||
|
- fedimovies-models/**/*.rs
|
||||||
|
- fedimovies-utils/**/*.rs
|
||||||
environment:
|
environment:
|
||||||
- CARGO_TERM_COLOR=always
|
- CARGO_TERM_COLOR=always
|
||||||
commands:
|
commands:
|
||||||
|
|
Loading…
Reference in a new issue