Skip to content

Commit 42a7897

Browse files
committed
Update lint workflow to enable recursive submodule checkout
1 parent 9bb3d9e commit 42a7897

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/lint.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515
steps:
1616
- name: Check out repo
1717
uses: actions/checkout@v4
18+
with:
19+
submodules: recursive
1820
- name: Setup python
1921
uses: actions/setup-python@v5
2022
with:

0 commit comments

Comments
 (0)