We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c32834e commit 43dfabfCopy full SHA for 43dfabf
1 file changed
.github/workflows/github-actions.yml
@@ -10,6 +10,8 @@ jobs:
10
runs-on: ubuntu-latest
11
steps:
12
- uses: actions/checkout@v2
13
+ with:
14
+ submodules: recursive
15
- name: Use Node.js 12
16
uses: actions/setup-node@v2
17
with:
0 commit comments