Skip to content

Commit

Permalink
Sparse checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
danieljurek committed Feb 19, 2025
1 parent 95db0e1 commit e804d5f
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/lintdiff.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,13 @@ jobs:
runs-on: ubuntu-24.04

steps:
- name: Checkout eng
uses: actions/checkout@v4
with:
sparse-checkout: |
eng/
.github/
- name: Checkout 'after' state
uses: actions/checkout@v4
with:
Expand All @@ -24,9 +31,9 @@ jobs:
path: before

- name: Setup Node and install deps
uses: ./.github/actions/setup-node-install-deps
uses: .github/actions/setup-node-install-deps
with:
working-directory: after/eng/tools/lint-diff
working-directory: eng/tools/lint-diff

# TODO: This can probably be updated to run directly from JS
- name: Get changed files
Expand Down

0 comments on commit e804d5f

Please sign in to comment.