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 967d1dc commit f710184
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/code-style.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,14 @@ jobs:
- name: Test version
run: dotnet run --project .\test\test.csproj

- name: Test version
run: echo $env:PATH

- name: Test version
run: gcm dotnet

- name: dir
run: "dir C:\\Program Files\\dotnet"

- name: Check code format (editorconfig)
run: dotnet format --verify-no-changes

0 comments on commit f710184

Please sign in to comment.