fixup! Add formatting job

This commit is contained in:
Marcel Müller 2025-06-29 14:10:14 +02:00
parent faf6f7791c
commit 207808b7d1

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