Skip to content

Commit

Permalink
build: Removed debug env (#163)
Browse files Browse the repository at this point in the history
  • Loading branch information
marklechtermann authored Mar 20, 2023
1 parent 209ef96 commit 170b0f4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/code-style.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ jobs:
run: dotnet --version
continue-on-error: false

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

- name: Check code format (editorconfig)
run: dotnet format --verify-no-changes
continue-on-error: false

0 comments on commit 170b0f4

Please sign in to comment.