Skip to content

Commit 41847c0

Browse files
committed
ci: fetch git submodules in buf-lint workflow
third_party/api is a submodule (temporalio/api); without it the temporal proto's external imports don't resolve and buf lint fails.
1 parent c295882 commit 41847c0

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/buf-lint.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ jobs:
1313
steps:
1414
- name: Checkout
1515
uses: actions/checkout@v4
16+
with:
17+
submodules: recursive
1618

1719
- name: Set up buf
1820
uses: bufbuild/buf-setup-action@v1

0 commit comments

Comments
 (0)