Skip to content
This repository has been archived by the owner on Apr 17, 2024. It is now read-only.

Commit

Permalink
Noticed the branch was wrong.. 🤦
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelcaricio committed Apr 27, 2023
1 parent 44004de commit 4df257d
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions .woodpecker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,29 @@ 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

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:
Expand Down

0 comments on commit 4df257d

Please sign in to comment.