Add format checks to Github Actions

This commit is contained in:
Tiffany Bennett 2020-07-18 00:14:52 -07:00 committed by GitHub
parent fff99d6a2a
commit ab0a08ccfd
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 -- --check