diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 7521f38..57d1717 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -24,6 +24,8 @@ jobs: components: clippy, rustfmt - name: Check format run: cargo fmt --all -- --check + - name: Check fix + run: cargo fix - name: Check with clippy run: RUSTFLAGS="-D warnings" cargo clippy --all - name: Build Release