diff --git a/.github/workflows/pr-chores.yml b/.github/workflows/pr-chores.yml index 0abc6dd4..c191218a 100644 --- a/.github/workflows/pr-chores.yml +++ b/.github/workflows/pr-chores.yml @@ -29,6 +29,9 @@ jobs: - name: Install dependencies 👨🏻‍💻 run: pnpm install + + - name: Install ESLint 💼 + run: npm init @eslint/config - name: Run linter 👀 uses: wearerequired/lint-action@v2