Skip to content

Commit 785b2ae

Browse files
committed
fix job
1 parent 2df706c commit 785b2ae

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -339,10 +339,6 @@ jobs:
339339
uses: actions/setup-node@v4
340340
with:
341341
node-version-file: 'package.json'
342-
- name: Restore caches
343-
uses: ./.github/actions/restore-cache
344-
env:
345-
DEPENDENCY_CACHE_KEY: ${{ needs.job_build.outputs.dependency_cache_key }}
346342
- name: Lint .md files
347343
run: yarn lint:prettier
348344

0 commit comments

Comments
 (0)