diff --git a/.cspell/libraries.txt b/.cspell/libraries.txt index feee10fd1..f7d01a852 100644 --- a/.cspell/libraries.txt +++ b/.cspell/libraries.txt @@ -24,6 +24,7 @@ Doctave DokuWiki dompurify elkjs +eslintcache fcose fontawesome Fonticons diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 50edaa271..21248c802 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -40,6 +40,14 @@ jobs: env: CYPRESS_CACHE_FOLDER: .cache/Cypress + - name: Setup ESLint cache + uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4 + with: + path: .eslintcache + key: ${{ runner.os }}-eslint-${{ hashFiles('pnpm-lock.yaml') }} + restore-keys: | + ${{ runner.os }}-eslint- + - name: Run Linting shell: bash run: |