Skip to content

Commit

Permalink
chore: set up eslint cache for ci
Browse files Browse the repository at this point in the history
  • Loading branch information
simonwep committed Oct 27, 2024
1 parent ff7e476 commit 103a494
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 103a494

Please sign in to comment.