okay so it ignored the extra components
Some checks failed
Format code / Format the kernel (push) Failing after 27s
Some checks failed
Format code / Format the kernel (push) Failing after 27s
This commit is contained in:
parent
569c75fd11
commit
d5a47b8814
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue