Skip to content
This repository was archived by the owner on Jul 28, 2025. It is now read-only.

Commit 6c5077b

Browse files
authored
Verify format of code files in project, not referenced code (#847)
1 parent da4e625 commit 6c5077b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dot_net_format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ jobs:
1616
- name: Run dotnet format
1717
shell: bash
1818
run: |
19-
dotnet format --verify-no-changes --verbosity detailed
19+
dotnet format --verify-no-changes --verbosity detailed --include './src/**'

0 commit comments

Comments
 (0)