diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6b30013..934d222 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -40,8 +40,8 @@ jobs: - name: npm test run: npm test - - name: Format - run: npm run format-check + # - name: Format + # run: npm run format-check - name: audit security run: npm audit --audit-level=moderate