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)