From fa30fb457e319d4399594b11d61270ba5fc89d28 Mon Sep 17 00:00:00 2001 From: Dan Siegel Date: Sat, 9 Sep 2023 20:28:16 -0600 Subject: [PATCH] chore: disable code format check --- .github/workflows/dotnet-format.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/dotnet-format.yml b/.github/workflows/dotnet-format.yml index 3eb7e8ec..60c2dce2 100644 --- a/.github/workflows/dotnet-format.yml +++ b/.github/workflows/dotnet-format.yml @@ -21,10 +21,10 @@ jobs: with: ref: ${{ github.head_ref }} - - name: Run dotnet format - id: format - uses: jfversluis/dotnet-format@v1.0.9 - with: - repo-token: ${{ secrets.GITHUB_TOKEN }} - only-changed-files: false - workspace: "PrismLibrary.sln" + # - name: Run dotnet format + # id: format + # uses: jfversluis/dotnet-format@v1.0.9 + # with: + # repo-token: ${{ secrets.GITHUB_TOKEN }} + # only-changed-files: false + # workspace: "PrismLibrary.sln" -- GitLab