From 497cc3bdaf247b92451c1dd59eac4ef6cfcdb16a Mon Sep 17 00:00:00 2001 From: Mark Lechtermann Date: Mon, 8 May 2023 08:33:03 +0200 Subject: [PATCH] build: debug --- .github/workflows/code-style.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/code-style.yaml b/.github/workflows/code-style.yaml index 2d0bc72..4c2b1ab 100644 --- a/.github/workflows/code-style.yaml +++ b/.github/workflows/code-style.yaml @@ -24,11 +24,11 @@ jobs: - name: Check dotnet version run: dotnet --version - - name: Check dotnet --format version - run: dotnet format --version + # - name: Check dotnet --format version + # run: dotnet format --version - - name: env - run: echo $env:Path + # - name: env + # run: echo $env:Path # - name: dir # run: dir "C:\Program Files\dotnet"