diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6e02e5b..8bb217f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -29,6 +29,12 @@ jobs: - name: Install dependencies run: pnpm install --frozen-lockfile + - name: Setup ESLint cache + uses: actions/cache@v4 + with: + path: ./.eslintcache + key: ${{ runner.os }}-eslint-${{ hashFiles('**/pnpm-lock.yaml', '**/eslint.config.mjs') }} + - name: Lint run: pnpm run lint