Skip to content

Commit

Permalink
perf(ci/pr-lint): specify lock file paths to reduce the search time
Browse files Browse the repository at this point in the history
  • Loading branch information
yin1999 authored Apr 30, 2024
1 parent a641dfb commit ddf727f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pr-check-lint_content.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,9 @@ jobs:
with:
node-version-file: ".nvmrc"
cache: yarn
cache-dependency-path: "**/yarn.lock"
cache-dependency-path: |
mdn/content/yarn.lock
yarn.lock
- name: Install all yarn packages for mdn/translated-content
if: ${{ env.DIFF_DOCUMENTS }}
Expand Down

0 comments on commit ddf727f

Please sign in to comment.