Skip to content

Commit

Permalink
build: debug
Browse files Browse the repository at this point in the history
  • Loading branch information
marklechtermann committed May 8, 2023
1 parent d0056cd commit 88cd3d3
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/code-style.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 88cd3d3

Please sign in to comment.