Skip to content

Commit 8085148

Browse files
committed
Reorder Clippy cmds in alphabetic order
1 parent ed31da2 commit 8085148

File tree

1 file changed

+24
-24
lines changed

1 file changed

+24
-24
lines changed

.github/workflows/workspace.yml

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -21,42 +21,42 @@ jobs:
2121
with:
2222
toolchain: nightly-2024-06-11
2323
components: clippy,rust-src
24-
- name: Linux (linux_android_with_fallback.rs)
25-
run: cargo clippy --target x86_64-unknown-linux-gnu
26-
- name: Linux (linux_android.rs)
27-
run: cargo clippy --target x86_64-unknown-linux-gnu --features linux_disable_fallback
24+
- name: iOS (apple-other.rs)
25+
run: cargo clippy -Zbuild-core=core --target x86_64-apple-ios
26+
- name: ESP-IDF (espidf.rs)
27+
run: cargo clippy -Zbuild-core=core --target riscv32imc-esp-espidf
28+
- name: Fuchsia (fuchsia.rs)
29+
run: cargo clippy -Zbuild-core=core --target x86_64-unknown-fuchsia
2830
- name: macOS (getentropy.rs)
2931
run: cargo clippy -Zbuild-core=core --target x86_64-apple-darwin
30-
- name: Redox (use_file.rs)
31-
run: cargo clippy -Zbuild-core=core --target x86_64-unknown-redox
3232
- name: FreeBSD (getrandom.rs)
3333
run: cargo clippy -Zbuild-core=core --target x86_64-unknown-freebsd
34-
- name: Solaris (solaris.rs)
35-
run: cargo clippy -Zbuild-core=core --target x86_64-pc-solaris
36-
- name: NetBSD (netbsd.rs)
37-
run: cargo clippy -Zbuild-core=core --target x86_64-unknown-netbsd
38-
- name: Fuchsia (fuchsia.rs)
39-
run: cargo clippy -Zbuild-core=core --target x86_64-unknown-fuchsia
40-
- name: iOS (apple-other.rs)
41-
run: cargo clippy -Zbuild-core=core --target x86_64-apple-ios
42-
- name: WASI (wasi.rs)
43-
run: cargo clippy -Zbuild-core=core --target wasm32-wasip2
4434
- name: Hermit (hermit.rs)
4535
run: cargo clippy -Zbuild-core=core --target x86_64-unknown-hermit
46-
- name: VxWorks (vxworks.rs)
47-
run: cargo clippy -Zbuild-core=core --target x86_64-wrs-vxworks
36+
- name: Web WASM (js.rs)
37+
run: cargo clippy -Zbuild-std --target wasm32-unknown-unknown --features js
38+
- name: Linux (linux_android.rs)
39+
run: cargo clippy --target x86_64-unknown-linux-gnu --features linux_disable_fallback
40+
- name: Linux (linux_android_with_fallback.rs)
41+
run: cargo clippy --target x86_64-unknown-linux-gnu
42+
- name: NetBSD (netbsd.rs)
43+
run: cargo clippy -Zbuild-core=core --target x86_64-unknown-netbsd
44+
- name: Fortranix SGX (rdrand.rs)
45+
run: cargo clippy -Zbuild-core=core --target x86_64-fortanix-unknown-sgx
46+
- name: Solaris (solaris.rs)
47+
run: cargo clippy -Zbuild-core=core --target x86_64-pc-solaris
4848
- name: SOLID (solid.rs)
4949
run: cargo clippy -Zbuild-core=core --target aarch64-kmc-solid_asp3
50-
- name: ESP-IDF (espidf.rs)
51-
run: cargo clippy -Zbuild-core=core --target riscv32imc-esp-espidf
50+
- name: Redox (use_file.rs)
51+
run: cargo clippy -Zbuild-core=core --target x86_64-unknown-redox
52+
- name: VxWorks (vxworks.rs)
53+
run: cargo clippy -Zbuild-core=core --target x86_64-wrs-vxworks
54+
- name: WASI (wasi.rs)
55+
run: cargo clippy -Zbuild-core=core --target wasm32-wasip2
5256
- name: Windows 7 (windows7.rs)
5357
run: cargo clippy -Zbuild-core=core --target x86_64-win7-windows-msvc
5458
- name: Windows (windows.rs)
5559
run: cargo clippy -Zbuild-core=core --target x86_64-pc-windows-msvc
56-
- name: Fortranix SGX (rdrand.rs)
57-
run: cargo clippy -Zbuild-core=core --target x86_64-fortanix-unknown-sgx
58-
- name: Web WASM (js.rs)
59-
run: cargo clippy -Zbuild-std --target wasm32-unknown-unknown --features js
6060

6161
fmt:
6262
name: rustfmt

0 commit comments

Comments
 (0)