From 8dbd99fb45d506d91e36686c7472c94e930c2bdc Mon Sep 17 00:00:00 2001 From: Hernan Rajchert Date: Tue, 19 Dec 2023 11:23:23 -0300 Subject: [PATCH] Fix CI check for formatting --- .github/workflows/test-suite.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-suite.yaml b/.github/workflows/test-suite.yaml index 7a15bef4..79612b7b 100644 --- a/.github/workflows/test-suite.yaml +++ b/.github/workflows/test-suite.yaml @@ -27,7 +27,7 @@ jobs: experimental-features = nix-command flakes - name: 🔨 Build project run: | - nix develop --show-trace --command bash -c "npm i && npm run build" + nix develop --show-trace --command bash -c "npm i && npm run build && treefmt jsdelivr-npm-importmap.js" - name: 🧪 Run tests run: |