Skip to content

Commit

Permalink
Merge pull request #4 from WalletConnect/fix/lint-everything
Browse files Browse the repository at this point in the history
fix: lint all targets
  • Loading branch information
chris13524 authored Feb 15, 2024
2 parents a43b2fe + 886e363 commit dc51330
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-check-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
uses: WalletConnect/actions-rs/[email protected]
with:
command: clippy
args: --all-features --tests -- -D warnings
args: --workspace --all-features --all-targets -- -D warnings

formatting:
name: Formatting
Expand Down

0 comments on commit dc51330

Please sign in to comment.