Compare commits
No commits in common. "ef0ccda1112284d170ad7870b253bbeef00d1086" and "faf6f7791c546bc0ea02e784067389b29fae80ab" have entirely different histories.
ef0ccda111
...
faf6f7791c
1 changed files with 0 additions and 4 deletions
|
|
@ -17,8 +17,6 @@ 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
|
||||||
|
|
@ -27,8 +25,6 @@ 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: clippy
|
|
||||||
- name: ⚡ Cache
|
- name: ⚡ Cache
|
||||||
uses: actions/cache@v2
|
uses: actions/cache@v2
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue