diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml deleted file mode 100755 index 8c8f778..0000000 --- a/.gitlab-ci.yml +++ /dev/null @@ -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