We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52fe1bf commit 8129f16Copy full SHA for 8129f16
.github/workflows/build.yml
@@ -23,6 +23,7 @@ jobs:
23
with:
24
ref: ${{ github.event.pull_request.head.sha }} # to check out the actual pull request commit, not the merge commit
25
fetch-depth: 0 # a full history is required for pull request analysis
26
+ submodules: recursive
27
28
- name: Install .NET
29
uses: actions/setup-dotnet@v4
0 commit comments