Added rustfmt component to format action
Some checks failed
Format code / Format the kernel (push) Failing after 1m54s

This commit is contained in:
Arthur Beck 2025-02-23 08:31:22 -06:00
parent 305f22b425
commit 569c75fd11
Signed by: ArthurB
GPG key ID: ACE3D14F5CEF14BF

View file

@ -8,6 +8,7 @@ jobs:
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- uses: msrd0/rust-toolchain@nightly - uses: msrd0/rust-toolchain@nightly
components: "rustfmt"
- run: | - run: |
cd kernel cd kernel
./format ./format