From c4fc54431f6b38b2e5358304dab37a03cc7a7d7d Mon Sep 17 00:00:00 2001 From: owenpearson Date: Thu, 29 Feb 2024 11:37:18 +0000 Subject: [PATCH] ci: don't check formatting in react workflow this is already checked in the lint workflow so no need to do it here --- .github/workflows/react.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/react.yml b/.github/workflows/react.yml index 2c48513e7d..51734cb38a 100644 --- a/.github/workflows/react.yml +++ b/.github/workflows/react.yml @@ -16,5 +16,4 @@ jobs: with: node-version: 16 - run: npm ci - - run: npm run format:check - run: npm run test:react