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 502e0dd commit ffc1229
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pulumi-linter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
sparse-checkout: 'services/pulumi'
sparse-checkout: 'services/pulumi/**'
- name: Move pulumi directory to root
run: git read-tree -um `git write-tree --prefix=services/pulumi/`
- uses: pnpm/action-setup@v4
Expand All @@ -34,7 +34,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
sparse-checkout: 'services/pulumi'
sparse-checkout: 'services/pulumi/**'
- name: Move pulumi directory to root
run: git read-tree -um `git write-tree --prefix=services/pulumi/`
- uses: pnpm/action-setup@v4
Expand Down

0 comments on commit ffc1229

Please sign in to comment.