diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 2f6bce155..1bf6adbdc 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -27,6 +27,5 @@ jobs: run: npm ci - name: npm test run: npm test - - name: npm run check:lint - # switch to full check when have run prettier on all files - run: npm run check:lint + - name: npm run check + run: npm run check