From e609f0f4e4fadccf19aa26d0caa55aad7d532804 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jeromos=20Kov=C3=A1cs?= Date: Tue, 19 Nov 2024 11:53:57 +0100 Subject: [PATCH] misc(ci): format and clippy --- .github/workflows/rust.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 6980522..fdf7cde 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -26,6 +26,12 @@ jobs: - name: Run tests run: cargo test --verbose + - name: Run cargo fmt + run: cargo fmt --all --check + + - name: Run cargo clippy + run: cargo clippy --all-targets + - name: Upload executable uses: actions/upload-artifact@v4 with: