Skip to content

Commit 50f48d8

Browse files
ci: Run dotnet format with restore (#58)
1 parent 82437ef commit 50f48d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ jobs:
3636
with:
3737
dotnet-version: 6.0.x
3838
- name: Lint solution
39-
run: dotnet format --no-restore --verify-no-changes
39+
run: dotnet format --verify-no-changes

0 commit comments

Comments
 (0)