fixup! Add formatting job
This commit is contained in:
parent
faf6f7791c
commit
207808b7d1
1 changed files with 2 additions and 0 deletions
|
|
@ -17,6 +17,8 @@ jobs:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Install Rust
|
- name: Install Rust
|
||||||
uses: https://github.com/dtolnay/rust-toolchain@1.88
|
uses: https://github.com/dtolnay/rust-toolchain@1.88
|
||||||
|
with:
|
||||||
|
components: rustfmt
|
||||||
- run: cargo fmt --check
|
- run: cargo fmt --check
|
||||||
build_and_test:
|
build_and_test:
|
||||||
name: hem - Build & Test
|
name: hem - Build & Test
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue