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
|
image: rust
|
||||||
when:
|
when:
|
||||||
branch: [ master ]
|
branch: [ master ]
|
||||||
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
|
||||||
|
@ -22,13 +15,6 @@ pipeline:
|
||||||
image: rust
|
image: rust
|
||||||
when:
|
when:
|
||||||
branch: [ master ]
|
branch: [ master ]
|
||||||
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