Skip to content

Commit 6597143

Browse files
authored
- adds submodules checkout to workflow
1 parent 7f9264d commit 6597143

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/dotnetcore.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ jobs:
1313

1414
steps:
1515
- uses: actions/checkout@v2
16+
- name: Checkout submodules
17+
uses: textbook/git-checkout-submodule-action@master
1618
- name: Setup .NET Core
1719
uses: actions/setup-dotnet@v1
1820
with:

0 commit comments

Comments
 (0)