Skip to content

Commit

Permalink
Disables clippy on dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ultimaweapon committed Nov 9, 2024
1 parent 2c064c9 commit b681ec3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
env:
RUSTFLAGS: --cfg fw="1100"
- name: Lint obfw
run: cargo clippy --package obfw --all-features -- -D warnings
run: cargo clippy --package obfw --all-features --no-deps -- -D warnings
- name: Build Payload
run: ./build.py
- name: Upload Payload
Expand Down

0 comments on commit b681ec3

Please sign in to comment.