From ca0ec4300a323e7154ec4ef4cae1338779c3edac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sosth=C3=A8ne=20Gu=C3=A9don?= Date: Thu, 12 Dec 2024 15:12:15 +0100 Subject: [PATCH] Add cargo fmt check to CI --- .github/workflows/ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index db67572..10170a8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,6 +29,11 @@ jobs: toolchain: stable profile: minimal + - name: check formatting + uses: actions-rs/cargo@v1 + with: + command: fmt + args: --check - name: Test with a feature subset uses: actions-rs/cargo@v1 with: