Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
fslongjin committed Aug 24, 2023
1 parent e4d7e41 commit e04a0a0
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/rustfmt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
uses: ./.github/workflows/cache-toolchain.yml

fmt:
name: Rustfmt
name: check
runs-on: ubuntu-latest
needs: [ensure-toolchain]
steps:
Expand All @@ -20,7 +20,10 @@ jobs:
run: |
printf "\n" >> kernel/src/include/bindings/bindings.rs
printf "\n" >> user/libs/libc/src/include/internal/bindings/bindings.rs
- name: Install rustfmt
run: rustup component add rustfmt

- name: Check format
uses: actions-rs/cargo@v1
with:
Expand Down

0 comments on commit e04a0a0

Please sign in to comment.