Run cargo fmt check on push

This commit is contained in:
Smitty 2021-12-25 16:50:28 -05:00
parent 5283acb93e
commit 7278830303

View file

@ -15,3 +15,7 @@ jobs:
with: with:
command: test command: test
args: --all-features args: --all-features
- uses: actions-rs/cargo@v1
with:
command: fmt
args: --check