From 41664251e0c6ab5c05d01e88c79764b623581703 Mon Sep 17 00:00:00 2001 From: Eric Smith Date: Thu, 19 Dec 2024 10:55:31 -0600 Subject: [PATCH] Add a check for rustfmt on build --- .github/workflows/trunk-deploy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/trunk-deploy.yml b/.github/workflows/trunk-deploy.yml index eab4d27..5852d27 100644 --- a/.github/workflows/trunk-deploy.yml +++ b/.github/workflows/trunk-deploy.yml @@ -17,6 +17,7 @@ jobs: components: rustfmt, clippy - uses: jetli/trunk-action@v0.1.0 - uses: jetli/wasm-bindgen-action@v0.1.0 + - run: cargo fmt --all -- --check - name: Build Static Site with Trunk run: trunk build --release - name: Upload static files as an artifact