Skip to content

Commit 0aff30e

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 47458b4 commit 0aff30e

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)