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 bef325c commit bcb7b36
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/pulumi-linter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
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/`
Expand All @@ -36,8 +33,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
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 bcb7b36

Please sign in to comment.