feat: change cache path
All checks were successful
test-build / guarddog (push) Successful in 20s
renovate / renovate (push) Successful in 34s
test-build / build (push) Successful in 1m9s

This commit is contained in:
2026-03-11 01:25:58 -05:00
parent 113f42ca21
commit 30b2e980c0
3 changed files with 12 additions and 15 deletions

View File

@@ -31,12 +31,11 @@ jobs:
uses: actions/cache@v5
with:
path: |
node_modules/.cache
.astro/cache
key: ${{ runner.os }}-astro-cache-${{ hashFiles('**/bun.lockb') }}-${{ github.sha }}
.astro
node_modules/.vite
key: ${{ runner.os }}-astro-${{ hashFiles('**/*.astro', 'astro.config.mjs') }}
restore-keys: |
${{ runner.os }}-astro-cache-${{ hashFiles('**/bun.lockb') }}-
${{ runner.os }}-astro-cache-
${{ runner.os }}-astro-
- name: Lint Code
run: bun run lint

View File

@@ -31,12 +31,11 @@ jobs:
uses: actions/cache@v5
with:
path: |
node_modules/.cache
.astro/cache
key: ${{ runner.os }}-astro-cache-${{ hashFiles('**/bun.lockb') }}-${{ github.sha }}
.astro
node_modules/.vite
key: ${{ runner.os }}-astro-${{ hashFiles('**/*.astro', 'astro.config.mjs') }}
restore-keys: |
${{ runner.os }}-astro-cache-${{ hashFiles('**/bun.lockb') }}-
${{ runner.os }}-astro-cache-
${{ runner.os }}-astro-
- name: Lint Code
run: bun run lint

View File

@@ -33,12 +33,11 @@ jobs:
uses: actions/cache@v5
with:
path: |
node_modules/.cache
.astro/cache
key: ${{ runner.os }}-astro-cache-${{ hashFiles('**/bun.lockb') }}-${{ github.sha }}
.astro
node_modules/.vite
key: ${{ runner.os }}-astro-${{ hashFiles('**/*.astro', 'astro.config.mjs') }}
restore-keys: |
${{ runner.os }}-astro-cache-${{ hashFiles('**/bun.lockb') }}-
${{ runner.os }}-astro-cache-
${{ runner.os }}-astro-
- name: Lint Code
run: bun run lint