From 2f9b42e11a37998b2f72bc0aa983d36c50ec1851 Mon Sep 17 00:00:00 2001 From: Matt Compton Date: Mon, 18 Apr 2022 22:59:16 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 39a6a8c..8c8f778 100755 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,12 +13,6 @@ lint-code: 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