diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 30ac4a61..9c70f3cc 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -7,14 +7,6 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 - - - name: Build project for eslint - run: npm install - - - name: Run eslint - run: npm run lint - - uses: actions/checkout@v4 - name: Setup Node.js uses: actions/setup-node@v4