Skip to content

Commit

Permalink
Specify solution to format
Browse files Browse the repository at this point in the history
  • Loading branch information
HEJOK254 authored Nov 18, 2024
1 parent 5af75e6 commit 2e3ac88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Restore dependencies
run: dotnet restore
- name: Format
run: dotnet format --verify-no-changes --verbosity diagnostic
run: dotnet format 'Discord QuickEdit.sln' --verify-no-changes --verbosity diagnostic

build:

Expand Down

0 comments on commit 2e3ac88

Please sign in to comment.