Skip to content

Commit

Permalink
ci: run clippy on aml crate
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
00xc committed Dec 24, 2024
1 parent 47458b4 commit 0aff30e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,5 +79,8 @@ jobs:
profile: minimal
components: clippy

- name: Run clippy
- name: Run clippy (ACPI)
run: cargo clippy -p acpi

- name: Run clippy (AML)
run: cargo clippy -p aml

0 comments on commit 0aff30e

Please sign in to comment.