From bc18eba7cbcccb8c4ce76a91f9013ad742198a4d Mon Sep 17 00:00:00 2001 From: darkicewolf50 Date: Tue, 12 Mar 2024 11:49:42 -0600 Subject: [PATCH] trying this --- .github/workflows/testAutomatic.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/testAutomatic.yaml b/.github/workflows/testAutomatic.yaml index 30144a6..348a7b1 100644 --- a/.github/workflows/testAutomatic.yaml +++ b/.github/workflows/testAutomatic.yaml @@ -44,7 +44,5 @@ jobs: - name: Install packages run: npm ci - - name: Prettier - run: npm run format - name: Lint run: npm run lint