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 50e12c8 commit a6461c5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/code-style.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,17 @@ jobs:
- name: Check dotnet version
run: dotnet --version

- name: Check dotnet version
- name: Check dotnet --format version
run: dotnet format --version

- name: Check dotnet version
- name: env
run: echo $env:Path

- name: Check dotnet version
run: dir "C:\Program Files\dotnet"
# - name: dir
# run: dir "C:\Program Files\dotnet"

- name: Check dotnet version
run: gcm dotnet
# - name: gcm dotnet
# run: gcm dotnet

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

0 comments on commit a6461c5

Please sign in to comment.