Skip to content

Commit

Permalink
recurse submodules on lint.
Browse files Browse the repository at this point in the history
This is needed so go.mod can point to the /pulumi dir
  • Loading branch information
brandonpollack23 committed Feb 18, 2025
1 parent cbdec7a commit d036599
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/stage-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
submodules: 'recursive'
- name: Set up Go
uses: actions/setup-go@v5
with:
Expand Down

0 comments on commit d036599

Please sign in to comment.