1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-25 12:43:39 +00:00

[TI-8] Add .git-blame-ignore-revs (#1891)

This commit is contained in:
Oscar Hinton
2022-04-26 17:27:13 +02:00
committed by GitHub
parent 04539af2a6
commit c988175e50
3 changed files with 25 additions and 3 deletions

View File

@@ -109,9 +109,9 @@ jobs:
run: dotnet tool restore
shell: pwsh
# - name: Verify Format
# run: dotnet tool run dotnet-format --check
# 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