ci: check formatting

This commit is contained in:
Antoine Martin 2020-12-17 01:36:32 +01:00
parent 6bd4142841
commit 449cdc0157

View file

@ -16,6 +16,8 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Format
run: cargo fmt -- --check
- name: Lint
run: cargo clippy --all --all-targets --all-features -- -D warnings
- name: Run tests