We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 136f7b7 commit 98d4077Copy full SHA for 98d4077
.cargo/config.toml
@@ -1,2 +1,2 @@
1
-[target.'cfg(all())']
2
-rustflags = ["-D", "warnings"]
+[alias]
+clippy-ci = "clippy -- -D warnings"
.github/workflows/rust.yml
@@ -66,7 +66,7 @@ jobs:
66
- uses: dtolnay/rust-toolchain@5d458579430fc14a04a08a1e7d3694f545e91ce6 # stable
67
with:
68
components: clippy
69
- - run: cargo clippy
+ - run: cargo clippy-ci
70
71
build:
72
name: Build
0 commit comments