Skip to content

Commit

Permalink
github: set up kindling clippy correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
marceline-cramer committed Nov 29, 2023
1 parent a252f5c commit 656ef87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/kindling.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ jobs:
steps:
- uses: actions/checkout@v1
- run: rustup target add wasm32-unknown-unknown
- run: rustup component add clippy
- uses: Swatinem/rust-cache@v2.2.0
with:
workspaces: "kindling -> kindling/target"
- run: rustup target add clippy
- uses: actions-rs/clippy-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 656ef87

Please sign in to comment.