diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cff8c52..a59394a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,6 @@ jobs: node-version: ${{ env.NODE_JS }} - uses: bahmutov/npm-install@v1 - run: npm run test:lint - - run: npm run test:prettier - run: npm run test:spelling - run: npm run test:tsc