From 9574c09613e0262c79f8a54905e92488fbd4d42d Mon Sep 17 00:00:00 2001 From: holger krekel Date: Wed, 17 Jun 2020 17:04:49 +0200 Subject: [PATCH] another try --- .github/workflows/ci.yml | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0ffbd7087..a9ff4aba2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,20 +30,6 @@ jobs: with: command: clippy - run_clippy: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v1 - - uses: actions-rs/toolchain@v1 - with: - toolchain: 1.43.1 - components: clippy - override: true - - uses: actions-rs/clippy-check@v1 - with: - token: ${{ secrets.GITHUB_TOKEN }} - - build_and_test: name: Build and test runs-on: ${{ matrix.os }}