diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8e79a4e4..1a89411d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,5 @@ jobs: run: npm -v - name: Install dependencies run: npm ci - - name: Check for linting errors - run: npm run lint - name: Run tests run: npm run test