diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index a5904231a..15c848f9e 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -42,7 +42,7 @@ jobs: - name: Check for linting errors continue-on-error: true - run: npm lint + run: npm run lint - name: Run all tests run: npm run test