From c2c955fa075a7b0f8602d51a744465b6688de22f Mon Sep 17 00:00:00 2001 From: Justin Kurdila Date: Wed, 3 Jul 2024 13:35:14 -0400 Subject: [PATCH] adding prettier write to pipleine --- .github/workflows/node.js.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 0e0750a..652227f 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -20,7 +20,7 @@ jobs: node-version: '20' cache: 'npm' - name: Run Format - run: npm ci && npm run format-check && npm run format-write + run: npm ci && npm run format-write jest-run: runs-on: ubuntu-latest needs: [format-and-setup]