Skip to content

Commit

Permalink
fix: Add space for proper clippy flag
Browse files Browse the repository at this point in the history
  • Loading branch information
petarvujovic98 committed May 16, 2024
1 parent 84bec4f commit 96f803e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ jobs:
with:
reporter: 'github-pr-check'
fail_on_error: true
clippy_flags: --workspace --all-targets --all-features -- -Dwarnings
clippy_flags: --workspace --all-targets --all-features -- -D warnings

fmt:
name: fmt
Expand Down

0 comments on commit 96f803e

Please sign in to comment.