From a65c0eaaa914fc995d3c20767f87d7a52a6b3d03 Mon Sep 17 00:00:00 2001 From: tottoto Date: Sun, 21 Jan 2024 23:36:29 +0900 Subject: [PATCH] Add ci to check style with rustfmt --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 73ba06f..a34adb2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,6 +31,7 @@ jobs: with: toolchain: stable - run: rustup component add clippy + - run: cargo fmt --all --check - uses: actions-rs/clippy-check@v1 with: token: ${{ secrets.GITHUB_TOKEN }}