Skip to content

Commit 4054bf4

Browse files
committedJun 26, 2024·
checkout repo
1 parent e8b997d commit 4054bf4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ jobs:
1717
run:
1818
shell: bash
1919
steps:
20+
- uses: actions/checkout@v4
21+
with:
22+
submodules: true
2023
- uses: actions/setup-node@v4
2124
with:
2225
node-version: ${{matrix.node}}

0 commit comments

Comments
 (0)
Please sign in to comment.