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 1efb87d commit 69004f5Copy full SHA for 69004f5
.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 channel 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:
@@ -71,11 +76,3 @@ jobs:
71
76
- name: Install Rust
72
77
run: rustup update ${{ matrix.rust }} && rustup default ${{ matrix.rust }}
73
78
- run: cargo build
74
-
75
- clippy:
- runs-on: ubuntu-latest
- steps:
- - uses: actions/checkout@v4
79
- - name: Install Rust
80
- run: rustup update stable
81
- - run: cargo clippy --all-features --all-targets
0 commit comments