From 335012d91ca05e4b6e3b7080eb57dd596495b686 Mon Sep 17 00:00:00 2001 From: qurious-pixel <62252937+qurious-pixel@users.noreply.github.com> Date: Mon, 21 Oct 2024 13:38:32 -0700 Subject: [PATCH] Remove white space checks for now --- .github/workflows/checks.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 2bef2d8e0..e39344483 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -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).