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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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