Skip to content

Commit

Permalink
build: version
Browse files Browse the repository at this point in the history
  • Loading branch information
marklechtermann committed May 8, 2023
1 parent 88cd3d3 commit 54e8128
Showing 1 changed file with 3 additions and 16 deletions.
19 changes: 3 additions & 16 deletions .github/workflows/code-style.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,25 +16,12 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
global-json-file: global.json
global-json-file: "./global.json"

- name: Restore dependencies
run: dotnet restore

- 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 54e8128

Please sign in to comment.