Skip to content

Commit

Permalink
Run clippy across the whole workspace
Browse files Browse the repository at this point in the history
A bunch of Clippy errors slipped in with kube-rs#653, which weren't picked up since
Clippy was set up to only cover the main `kube` crate.

Signed-off-by: Teo Klestrup Röijezon <teo@nullable.se>
  • Loading branch information
nightkr committed Oct 18, 2021
1 parent 14033ba commit 7f703bc
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/clippy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@ jobs:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: nightly
components: clippy
override: true
toolchain: nightly
components: clippy
override: true
- uses: actions-rs/clippy-check@v1
with:
args: "--workspace"
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 7f703bc

Please sign in to comment.