mirror of
https://github.com/GreemDev/Ryujinx.git
synced 2025-08-30 07:25:05 +00:00
Remove white space checks for now
This commit is contained in:
parent
0f3c7f920b
commit
335012d91c
1 changed files with 4 additions and 3 deletions
7
.github/workflows/checks.yml
vendored
7
.github/workflows/checks.yml
vendored
|
|
@ -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).
|
||||
|
|
|
|||
Loading…
Reference in a new issue