diff --git a/.github/workflows/pr-test.yml b/.github/workflows/pr-test.yml index e05721c01..c0c768ed2 100644 --- a/.github/workflows/pr-test.yml +++ b/.github/workflows/pr-test.yml @@ -25,6 +25,9 @@ jobs: with: node-version-file: ".nvmrc" + - name: Run linting + run: npm run lint + - name: Install dependencies run: npm ci @@ -35,6 +38,3 @@ jobs: - name: Import patches run: npm run import - - - name: Run linting - run: npm run lint