Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e0f661c

Browse files
committed
Corrected code quality workflow
1 parent 77675bb commit e0f661c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/code-quality.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- uses: hecrj/setup-rust-action@v1
2323
with:
2424
components: clippy
25-
- run: cargo clippy --workspace --all-targets --verbose --all-features -- -A clippy::question_mark
25+
- run: cargo clippy --workspace --all-targets --verbose --all-features -- -A clippy::question_mark
2626
rustfmt:
2727
name: Verify code formatting
2828
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)