From c2f625c25787ee4e4f94f16275a32e9606aecd56 Mon Sep 17 00:00:00 2001 From: Zeeshan Ali Khan Date: Sat, 8 Jun 2024 21:47:27 +0200 Subject: [PATCH] Check formatting in CI --- .github/workflows/lint.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 194190a..b1ae76a 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -15,5 +15,7 @@ jobs: with: toolchain: stable components: rustfmt, clippy + - name: Check formatting + run: cargo fmt -- --check - name: Catch common mistakes and unwrap calls run: cargo --locked clippy --all-features -- -W clippy::all