Add cargo fmt to github actions

This commit is contained in:
Atul Bhosale 2020-06-24 23:50:49 +05:30 committed by Harald Hoyer
parent 8a147b3ecb
commit 73a68a8cd3

View file

@ -13,6 +13,8 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Run fmt
run: cargo fmt --all -- --check
- name: Build
run: cargo build --verbose
- name: Run tests