Delete .gitlab-ci.yml
Signed-off-by: Michal <michal@tar.black>axtloss/rework-partitioning
parent
2c7b469c59
commit
d8952949e9
@ -1,21 +0,0 @@
|
|||||||
image: "rust:latest"
|
|
||||||
|
|
||||||
default:
|
|
||||||
before_script:
|
|
||||||
- rustc --version
|
|
||||||
- cargo --version
|
|
||||||
|
|
||||||
stages:
|
|
||||||
- test
|
|
||||||
|
|
||||||
lint-code:
|
|
||||||
stage: test
|
|
||||||
script:
|
|
||||||
- rustup component add clippy
|
|
||||||
- cargo clippy -- -D warnings
|
|
||||||
|
|
||||||
audit-code:
|
|
||||||
stage: test
|
|
||||||
script:
|
|
||||||
- cargo install cargo-audit
|
|
||||||
- cargo audit
|
|
Loading…
Reference in New Issue