Skip to content

Commit fd3efee

Browse files
chore(ci): enable yarn cache in lint workflow
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 3889335 commit fd3efee

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/lint.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919
uses: actions/setup-node@v4
2020
with:
2121
node-version: '20.x'
22+
cache: 'yarn'
23+
cache-dependency-path: '**/yarn.lock'
2224

2325
- name: Install
2426
run: yarn install --frozen-lockfile

0 commit comments

Comments
 (0)