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 302a668 commit 0d824e9
Showing 1 changed file with 17 additions and 6 deletions.
23 changes: 17 additions & 6 deletions .github/workflows/code-style.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,25 @@ jobs:
with:
global-json-file: "./global.json"

- name: Clean
run: dotnet clean

- name: Restore
- name: Restore dependencies
run: dotnet restore

- name: Build
run: dotnet build
- 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
with:
global-json-file: "./global.json"

0 comments on commit 0d824e9

Please sign in to comment.