Compare commits

...

2 commits

Author SHA1 Message Date
ef0ccda111 fixup! Add caching
Some checks failed
Cargo Build & Test / hem - Formatting (pull_request) Successful in 38s
Cargo Build & Test / hem - Build & Test (pull_request) Failing after 43s
2025-06-29 14:10:14 +02:00
207808b7d1 fixup! Add formatting job 2025-06-29 14:10:14 +02:00

View file

@ -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: