Compare commits
2 commits
faf6f7791c
...
ef0ccda111
| Author | SHA1 | Date | |
|---|---|---|---|
| ef0ccda111 | |||
| 207808b7d1 |
1 changed files with 4 additions and 0 deletions
|
|
@ -17,6 +17,8 @@ jobs:
|
|||
- uses: actions/checkout@v4
|
||||
- name: Install Rust
|
||||
uses: https://github.com/dtolnay/rust-toolchain@1.88
|
||||
with:
|
||||
components: rustfmt
|
||||
- run: cargo fmt --check
|
||||
build_and_test:
|
||||
name: hem - Build & Test
|
||||
|
|
@ -25,6 +27,8 @@ jobs:
|
|||
- uses: actions/checkout@v4
|
||||
- name: Install Rust
|
||||
uses: https://github.com/dtolnay/rust-toolchain@1.88
|
||||
with:
|
||||
components: clippy
|
||||
- name: ⚡ Cache
|
||||
uses: actions/cache@v2
|
||||
with:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue