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