chore: fix dprint config and run fmt

This commit is contained in:
Byron Hambly 2023-03-15 14:12:28 +02:00
parent 31914bc1ed
commit 00cfce57c7
No known key found for this signature in database
GPG key ID: DE8F6EA20A661697
11 changed files with 136 additions and 100 deletions

View file

@ -15,6 +15,11 @@ jobs:
- name: Checkout sources
uses: actions/checkout@v3.3.0
- uses: dtolnay/rust-toolchain@master
with:
toolchain: 1.63
components: clippy,rustfmt
- uses: Swatinem/rust-cache@v2.2.1
- name: Check formatting