Skip to content

Commit 5e4c150

Browse files
committed
ci: run clippy on aml crate
Now that all warnings have been fixed for the aml crate, run clippy as part of CI. Once the warnings for the rest of the crates are fixed, they can be included in the CI run.
1 parent 8213d73 commit 5e4c150

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,5 +79,8 @@ jobs:
7979
profile: minimal
8080
components: clippy
8181

82-
- name: Run clippy
82+
- name: Run clippy (ACPI)
8383
run: cargo clippy -p acpi
84+
85+
- name: Run clippy (AML)
86+
run: cargo clippy -p aml

0 commit comments

Comments
 (0)