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

- name: Restore dependencies
- name: Clean
run: dotnet clean

- name: Restore
run: dotnet restore

- name: Build
run: dotnet build

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

0 comments on commit 302a668

Please sign in to comment.