Skip to content

Commit

Permalink
Use sparse checkouts
Browse files Browse the repository at this point in the history
  • Loading branch information
badeball committed Jul 22, 2024
1 parent da6d54c commit 8967c93
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/examples-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
sparse-checkout: examples/${{ matrix.example }}
- name: Sparse checkout sanity check
run: |
[ ! -f package.json ]
Expand Down

0 comments on commit 8967c93

Please sign in to comment.