This commit is contained in:
nora 2022-09-15 19:42:41 +02:00
parent 5ec62ae0cf
commit 3e67985bcf

View file

@ -142,6 +142,8 @@ jobs:
with: with:
fetch-depth: 1 fetch-depth: 1
- uses: dtolnay/rust-toolchain@nightly - uses: dtolnay/rust-toolchain@nightly
with:
components: rustfmt
- name: Check formatting - name: Check formatting
run: cargo fmt --all -- --check run: cargo fmt --all -- --check