Skip to content

Commit ad7e81f

Browse files
authored
Merge branch 'master' into fix-checked-sub
2 parents b5b9fbc + 0c40765 commit ad7e81f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pr-checks.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v2
13+
with:
14+
submodules: 'recursive'
1315
- uses: actions/setup-node@v1
1416
with:
1517
node-version: '12.18.1'

0 commit comments

Comments
 (0)