Skip to content

Commit

Permalink
ci: add sparse checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
limwa committed Jul 16, 2024
1 parent 120aebb commit 42e6d65
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/pulumi-linter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,10 @@ jobs:
sparse-checkout: 'services/pulumi'
sparse-checkout-cone-mode: false
- name: Move pulumi directory to root
run: git read-tree -um `git write-tree --prefix=services/pulumi/`
run: |
git read-tree -um `git write-tree --prefix=services/pulumi/`
ls -lah
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit 42e6d65

Please sign in to comment.