okay so it ignored the extra components
Some checks failed
Format code / Format the kernel (push) Failing after 27s

This commit is contained in:
Arthur Beck 2025-02-23 08:33:53 -06:00
parent 569c75fd11
commit d5a47b8814
Signed by: ArthurB
GPG key ID: ACE3D14F5CEF14BF

View file

@ -8,7 +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: rustup component add rustfmt
- run: | - run: |
cd kernel cd kernel
./format ./format