diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 656a20b..33cf544 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -60,11 +60,7 @@ jobs: toolchain: ${{ matrix.toolchain }} components: clippy - name: cargo clippy - uses: giraffate/clippy-action@v1 - with: - github_token: ${{ secrets.GITHUB_TOKEN }} - reporter: 'github-pr-check' - clippy_flags: --locked --all-targets -- -D warnings + run: cargo clippy --locked --all-targets --all-features -- -D warnings doc: # run docs generation on nightly rather than stable. This enables features like # https://doc.rust-lang.org/beta/unstable-book/language-features/doc-cfg.html which allows an