There was an error while loading. Please reload this page.
1 parent 7e15e3c commit 4bc9de2Copy full SHA for 4bc9de2
1 file changed
.github/workflows/build.yml
@@ -21,6 +21,10 @@ jobs:
21
steps:
22
- name: 🤘 checkout
23
uses: actions/checkout@v2
24
+ with:
25
+ submodules: recursive
26
+ fetch-depth: 0
27
+
28
- name: ✓ ensure format
29
run: |
30
dotnet tool update -g dotnet-format --version 5.0.*
0 commit comments