From 967d1dce65d64210c15d3d0cb54297690a1f7db1 Mon Sep 17 00:00:00 2001 From: Mark Lechtermann Date: Mon, 8 May 2023 08:55:40 +0200 Subject: [PATCH] build: test --- .github/workflows/code-style.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/code-style.yaml b/.github/workflows/code-style.yaml index 9e64740..115dfec 100644 --- a/.github/workflows/code-style.yaml +++ b/.github/workflows/code-style.yaml @@ -24,7 +24,7 @@ jobs: - name: Check dotnet version run: dotnet --version - - name: Check code format (editorconfig) + - name: Test version run: dotnet run --project .\test\test.csproj - name: Check code format (editorconfig)