From dab3eeca3c11a9df070072030889bbe2f99f9aef Mon Sep 17 00:00:00 2001 From: Deirdre Connolly Date: Tue, 16 Jun 2020 16:44:32 -0400 Subject: [PATCH] Go back to stable clippy-check The experimental one duplicates outputs X however many github checks run, rust or not. --- .github/workflows/pr.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 47cb4cc51..e7bd27164 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -63,8 +63,9 @@ jobs: components: clippy override: true - name: Run clippy - uses: actions-rs/clippy@master # Next gen Clippy Action, unstable + uses: actions-rs/clippy-check@v1 with: + token: ${{ secrets.GITHUB_TOKEN }} args: --all-features --all-targets fmt: