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 916999d commit 057f22fCopy full SHA for 057f22f
.github/workflows/ci.yml
@@ -28,6 +28,11 @@ defaults:
28
jobs:
29
fmt:
30
uses: smol-rs/.github/.github/workflows/fmt.yml@main
31
+ clippy:
32
+ uses: smol-rs/.github/.github/workflows/clippy.yml@main
33
+ with:
34
+ # Windows for windows module.
35
+ additional-targets: x86_64-pc-windows-msvc
36
security_audit:
37
uses: smol-rs/.github/.github/workflows/security_audit.yml@main
38
permissions:
@@ -68,11 +73,3 @@ jobs:
68
73
- name: Install cargo-hack
69
74
uses: taiki-e/install-action@cargo-hack
70
75
- run: cargo hack build --rust-version
71
-
72
- clippy:
- runs-on: ubuntu-latest
- steps:
- - uses: actions/checkout@v4
76
- - name: Install Rust
77
- run: rustup update stable
78
- - run: cargo clippy --all-features --all-targets
0 commit comments