1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-24 20:23:24 +00:00

Add dotnet-format tool (#1737)

This commit is contained in:
Oscar Hinton
2022-04-26 17:21:07 +02:00
committed by GitHub
parent 57213607a7
commit e0efcfbe45
3 changed files with 21 additions and 0 deletions

View File

@@ -105,6 +105,14 @@ jobs:
- name: Restore packages
run: nuget restore
- name: Restore tools
run: dotnet tool restore
shell: pwsh
# - name: Verify Format
# run: dotnet tool run dotnet-format --check
# shell: pwsh
- name: Run Core tests
run: dotnet test test/Core.Test/Core.Test.csproj