Remove white space checks for now

This commit is contained in:
qurious-pixel 2024-10-21 13:38:32 -07:00 committed by GitHub
parent 0f3c7f920b
commit 335012d91c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -39,9 +39,10 @@ jobs:
- name: Print dotnet format version
run: dotnet format --version
- name: Run dotnet format whitespace
run: |
dotnet format whitespace --verify-no-changes --report ./whitespace-report.json -v d
# Pause for now. Fix errors with style and analyzers first
#- name: Run dotnet format whitespace
# run: |
# dotnet format whitespace --verify-no-changes --report ./whitespace-report.json -v d
# For some unknown reason this step sometimes fails with exit code 139 (segfault?),
# so in that case we'll try again (3 tries max).