Skip to content

Commit

Permalink
submodule recurse
Browse files Browse the repository at this point in the history
  • Loading branch information
milapsheth committed Jul 11, 2024
1 parent 61b5e09 commit 22ea236
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ jobs:
steps:
- name: Checkout code and submodule
uses: actions/checkout@v4
with:
submodules: 'recursive'

- name: Install protoc
uses: arduino/setup-protoc@v3
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ jobs:
steps:
- name: Checkout code and submodule
uses: actions/checkout@v4
with:
submodules: 'recursive'

- name: Install protoc
uses: arduino/setup-protoc@v3
Expand Down

0 comments on commit 22ea236

Please sign in to comment.