ci: added format checker
Some checks failed
CI / check_format (push) Failing after 1m5s
CI / build (push) Successful in 1m44s

This commit is contained in:
2025-11-30 15:00:55 +01:00
parent 2cfbb69fe7
commit 7b94159aef

View File

@@ -10,6 +10,13 @@ env:
CARGO_TERM_COLOR: always
jobs:
check_format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: dtolnay/rust-toolchain@stable
- name: Check format
run: cargo fmt --check
build:
runs-on: ubuntu-latest
steps: