We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a01e69 commit 1b313f0Copy full SHA for 1b313f0
.github/workflows/ci.yml
@@ -16,6 +16,8 @@ jobs:
16
steps:
17
- name: Checkout
18
uses: actions/checkout@v4
19
+ with:
20
+ submodules: recursive
21
22
- name: Setup
23
uses: ./.github/actions/setup-js
@@ -28,6 +30,8 @@ jobs:
28
30
29
31
32
33
34
35
36
37
@@ -42,6 +46,8 @@ jobs:
42
46
43
47
44
48
49
50
45
51
52
53
@@ -99,6 +105,8 @@ jobs:
99
105
100
106
101
107
108
109
102
110
103
111
104
112
uses: ./.github/actions/setup
0 commit comments