diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 66f190f..395e0d9 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -30,11 +30,5 @@ jobs: - name: Build run: npm run build --if-present - - name: Lint code - run: npm run lint --if-present - - - name: Format code - run: npm run format --if-present - - name: Test code run: npm test