First merge #1
2 changed files with 2 additions and 0 deletions
|
|
@ -7,4 +7,5 @@ pipeline:
|
||||||
clippy:
|
clippy:
|
||||||
image: 'rust:1.69'
|
image: 'rust:1.69'
|
||||||
commands:
|
commands:
|
||||||
|
- rustup component add clippy
|
||||||
- cargo clippy -- --no-deps -Dwarnings
|
- cargo clippy -- --no-deps -Dwarnings
|
||||||
|
|
|
||||||
|
|
@ -7,4 +7,5 @@ pipeline:
|
||||||
lint:
|
lint:
|
||||||
image: 'rust:1.69'
|
image: 'rust:1.69'
|
||||||
commands:
|
commands:
|
||||||
|
- rustup component add rustfmt
|
||||||
- cargo fmt -- --check
|
- cargo fmt -- --check
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue