This commit is contained in:
parent
93be6f8559
commit
44004de576
1 changed files with 0 additions and 14 deletions
|
@ -7,13 +7,6 @@ pipeline:
|
|||
image: rust
|
||||
when:
|
||||
branch: [ master ]
|
||||
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
|
||||
|
@ -22,13 +15,6 @@ pipeline:
|
|||
image: rust
|
||||
when:
|
||||
branch: [ master ]
|
||||
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