From 88cd3d3409f4e090f63466d165fa488471c10cd9 Mon Sep 17 00:00:00 2001 From: Mark Lechtermann Date: Mon, 8 May 2023 08:02:29 +0200 Subject: [PATCH] build: debug --- .github/workflows/code-style.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.github/workflows/code-style.yaml b/.github/workflows/code-style.yaml index 854ad52..f6a26d4 100644 --- a/.github/workflows/code-style.yaml +++ b/.github/workflows/code-style.yaml @@ -24,5 +24,17 @@ jobs: - name: Check dotnet version run: dotnet --version + - name: Check dotnet version + run: dotnet format --version + + - name: Check dotnet version + run: echo $env:Path + + - name: Check dotnet version + run: dir "C:\Program Files\dotnet" + + - name: Check dotnet version + run: gcm dotnet + - name: Check code format (editorconfig) run: dotnet format --verify-no-changes