From d51bb98dccb95fd553b5fd565351334d15d65487 Mon Sep 17 00:00:00 2001 From: Daniel Lubarov Date: Tue, 31 Aug 2021 14:01:50 -0700 Subject: [PATCH] Tweaks to reflect that we're not running clippy --- .github/workflows/continuous-integration-workflow.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/continuous-integration-workflow.yml b/.github/workflows/continuous-integration-workflow.yml index 2dd2b030..dd79f33e 100644 --- a/.github/workflows/continuous-integration-workflow.yml +++ b/.github/workflows/continuous-integration-workflow.yml @@ -30,7 +30,7 @@ jobs: args: --all lints: - name: Lints + name: Formatting runs-on: ubuntu-latest if: "! contains(toJSON(github.event.commits.*.message), '[skip-ci]')" steps: @@ -43,7 +43,7 @@ jobs: profile: minimal toolchain: nightly override: true - components: rustfmt, clippy + components: rustfmt - name: Run cargo fmt uses: actions-rs/cargo@v1