From 3e05015028fdc7a517ef15a6679a6e28af7d3ce0 Mon Sep 17 00:00:00 2001 From: holger krekel Date: Wed, 17 Jun 2020 18:53:09 +0200 Subject: [PATCH] remove all mentioning of clippy and checks --- .github/workflows/ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9c7db44f2..4b2fbd2d1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,8 +5,6 @@ on: push: branches: - master - - staging - - trying jobs: @@ -20,7 +18,7 @@ jobs: profile: minimal toolchain: 1.43.1 override: true - - run: rustup component add rustfmt clippy + - run: rustup component add rustfmt - uses: actions-rs/cargo@v1 with: command: fmt