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 3d96571 commit 7ad0a62
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pulumi-linter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
sparse-checkout: services/pulumi
- name: Move pulumi directory to root
run: |
ls -lah services/pulumi
mv services/pulumi/* .
rm -rf services/
- uses: pnpm/action-setup@v4
Expand Down

0 comments on commit 7ad0a62

Please sign in to comment.