diff --git a/.github/workflows/pr-checks.yml b/.github/workflows/pr-checks.yml index 6c72485..ba1bcfe 100644 --- a/.github/workflows/pr-checks.yml +++ b/.github/workflows/pr-checks.yml @@ -23,7 +23,7 @@ jobs: run: npm ci - name: Run type checking - run: ls ./src/i18n && npm run check + run: npm run check - name: Run linting run: npm run lint