Skip to content

Commit

Permalink
adapt clippy CI to workspace split
Browse files Browse the repository at this point in the history
  • Loading branch information
plebhash committed Jan 3, 2024
1 parent 42af194 commit 84c7b78
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .github/workflows/clippy-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,17 @@ jobs:
components: clippy
- uses: actions-rs/cargo@v1
with:
command: clippy
command: |
cd benches
clippy
cd ../common
clippy
cd ../examples
clippy
cd ../protocols
clippy
cd ../roles
clippy
cd ../utils
args: -- -D warnings -A dead-code

0 comments on commit 84c7b78

Please sign in to comment.