Delete .gitlab-ci.yml

Signed-off-by: Michal <michal@tar.black>
i18n
Michal 2 years ago committed by GitHub
parent d98321fe7b
commit 8ca5539450
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,27 +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
format-code:
stage: test
script:
- rustup component add rustfmt
- cargo fmt -- --check
audit-code:
stage: test
script:
- cargo install cargo-audit
- cargo audit
Loading…
Cancel
Save