Browse Source

Format code.

pull/3672/head
maliming 6 years ago
parent
commit
044fdc19dc
  1. 4
      .github/workflows/main.yml

4
.github/workflows/main.yml

@ -18,12 +18,12 @@ on:
- uses: actions/setup-dotnet@master - uses: actions/setup-dotnet@master
with: with:
dotnet-version: 3.1.100 dotnet-version: 3.1.100
- name: Build All - name: Build All
run: .\build-all.ps1 run: .\build-all.ps1
working-directory: .\build working-directory: .\build
shell: powershell shell: powershell
- name: Test All - name: Test All
run: .\test-all.ps1 run: .\test-all.ps1
working-directory: .\build working-directory: .\build

Loading…
Cancel
Save