Enforce consistent formatting of Markdown files

This commit is contained in:
Thomas Eizinger 2021-03-24 10:40:02 +11:00
parent 7397cb5990
commit febc68c780
No known key found for this signature in database
GPG key ID: 651AC83A6C6C8B96
6 changed files with 26 additions and 14 deletions

View file

@ -31,6 +31,9 @@ jobs:
- name: Check code formatting
run: cargo fmt --all -- --check
- name: Check markdown formatting
uses: dprint/check@v1
- name: Run clippy with default features
run: cargo clippy --workspace --all-targets -- -D warnings