Skip to content

Commit

Permalink
Add problem matcher
Browse files Browse the repository at this point in the history
  • Loading branch information
HEJOK254 authored Nov 18, 2024
1 parent 2e3ac88 commit 9d9ef8f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
dotnet-version: 8.0.x
- name: Restore dependencies
run: dotnet restore
- name: Setup problem matcher
uses: xt0rted/dotnet-format-problem-matcher@v1
- name: Format
run: dotnet format 'Discord QuickEdit.sln' --verify-no-changes --verbosity diagnostic

Expand Down

0 comments on commit 9d9ef8f

Please sign in to comment.