Add formatting job
Some checks failed
Cargo Build & Test / hem - Build & Test (pull_request) Failing after 35s
Some checks failed
Cargo Build & Test / hem - Build & Test (pull_request) Failing after 35s
Signed-off-by: Marcel Müller <neikos@neikos.email>
This commit is contained in:
parent
dcb8162033
commit
1da57177df
1 changed files with 8 additions and 0 deletions
|
|
@ -10,6 +10,14 @@ env:
|
|||
CARGO_TERM_COLOR: always
|
||||
|
||||
jobs:
|
||||
formatting:
|
||||
name: hem - Build & Test
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Install Rust
|
||||
uses: https://github.com/dtolnay/rust-toolchain@1.88
|
||||
- run: cargo fmt --check
|
||||
build_and_test:
|
||||
name: hem - Build & Test
|
||||
runs-on: ubuntu-latest
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue