Added rustfmt component to format action
Some checks failed
Format code / Format the kernel (push) Failing after 1m54s
Some checks failed
Format code / Format the kernel (push) Failing after 1m54s
This commit is contained in:
parent
305f22b425
commit
569c75fd11
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: msrd0/rust-toolchain@nightly
|
||||
components: "rustfmt"
|
||||
- run: |
|
||||
cd kernel
|
||||
./format
|
||||
|
|
Loading…
Add table
Reference in a new issue