This commit is contained in:
parent
13d6fa25bc
commit
9944095959
1 changed files with 4 additions and 0 deletions
|
@ -9,6 +9,7 @@ pipeline:
|
||||||
branch: [ main ]
|
branch: [ main ]
|
||||||
path:
|
path:
|
||||||
include:
|
include:
|
||||||
|
- .woodpecker.yml
|
||||||
- src/**/*.rs
|
- src/**/*.rs
|
||||||
- fedimovies-cli/**/*.rs
|
- fedimovies-cli/**/*.rs
|
||||||
- fedimovies-config/**/*.rs
|
- fedimovies-config/**/*.rs
|
||||||
|
@ -16,6 +17,7 @@ pipeline:
|
||||||
- fedimovies-utils/**/*.rs
|
- fedimovies-utils/**/*.rs
|
||||||
commands:
|
commands:
|
||||||
- rustup default $RUST
|
- rustup default $RUST
|
||||||
|
- rustup component add rustfmt
|
||||||
- cargo fmt --all -- --check
|
- cargo fmt --all -- --check
|
||||||
|
|
||||||
check-style:
|
check-style:
|
||||||
|
@ -24,6 +26,7 @@ pipeline:
|
||||||
branch: [ main ]
|
branch: [ main ]
|
||||||
path:
|
path:
|
||||||
include:
|
include:
|
||||||
|
- .woodpecker.yml
|
||||||
- src/**/*.rs
|
- src/**/*.rs
|
||||||
- fedimovies-cli/**/*.rs
|
- fedimovies-cli/**/*.rs
|
||||||
- fedimovies-config/**/*.rs
|
- fedimovies-config/**/*.rs
|
||||||
|
@ -40,6 +43,7 @@ pipeline:
|
||||||
branch: [ main ]
|
branch: [ main ]
|
||||||
path:
|
path:
|
||||||
include:
|
include:
|
||||||
|
- .woodpecker.yml
|
||||||
- src/**/*.rs
|
- src/**/*.rs
|
||||||
- fedimovies-cli/**/*.rs
|
- fedimovies-cli/**/*.rs
|
||||||
- fedimovies-config/**/*.rs
|
- fedimovies-config/**/*.rs
|
||||||
|
|
Loading…
Reference in a new issue