Action: add format checking

This commit is contained in:
LDprg
2023-07-14 16:50:07 +02:00
committed by GitHub
parent 92fa68ab8e
commit 2ca57ba6a3

View File

@@ -20,3 +20,5 @@ jobs:
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose
- name: Check formatting
run: cargo fmt --all -- --check