Skip to content

Commit 6b91966

Browse files
authored
ci: enforce clippy warnings to be same as locally (#24)
* enforce clippy warnings to be same as locally * try another approach * one more time
1 parent abc3d33 commit 6b91966

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
- uses: dtolnay/rust-toolchain@5d458579430fc14a04a08a1e7d3694f545e91ce6 # stable
6767
with:
6868
components: clippy
69-
- run: cargo clippy -- -D warnings
69+
- run: cargo clippy -- -D warnings -W clippy::uninlined_format_args
7070

7171
build:
7272
name: Build

0 commit comments

Comments
 (0)