Skip to content

Commit 1f8e449

Browse files
sarroutbiclaude
andcommitted
Fix extra space in clippy command in CI workflow
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> Signed-off-by: Sergio Arroutbi <sarroutb@redhat.com>
1 parent a5426da commit 1f8e449

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/compile-no-warnings.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ jobs:
2525
- name: Check test compilation (no warnings)
2626
run: RUSTFLAGS="-D warnings" cargo test --no-run
2727
- name: Check clippy errors (no warnings included)
28-
run: cargo clippy --all-features --all-targets -- -D clippy::all -D warnings
28+
run: cargo clippy --all-features --all-targets -- -D clippy::all -D warnings

0 commit comments

Comments
 (0)