File tree Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,11 @@ defaults:
28
28
jobs :
29
29
fmt :
30
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
+ # macOS for kqueue, Windows for windows.
35
+ additional-targets : aarch64-apple-darwin x86_64-pc-windows-msvc
31
36
security_audit :
32
37
uses : smol-rs/.github/.github/workflows/security_audit.yml@main
33
38
permissions :
@@ -160,11 +165,3 @@ jobs:
160
165
if : startsWith(matrix.os, 'ubuntu')
161
166
- run : cargo hack build --no-dev-deps --rust-version --target x86_64-unknown-netbsd
162
167
if : startsWith(matrix.os, 'ubuntu')
163
-
164
- clippy :
165
- runs-on : ubuntu-latest
166
- steps :
167
- - uses : actions/checkout@v4
168
- - name : Install Rust
169
- run : rustup update stable
170
- - run : cargo clippy --all-features --all-targets
You can’t perform that action at this time.
0 commit comments