Skip to content

Commit

Permalink
Verify format of code files in project, not referenced code (#847)
Browse files Browse the repository at this point in the history
  • Loading branch information
BMurri authored Mar 5, 2025
1 parent da4e625 commit 6c5077b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dot_net_format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ jobs:
- name: Run dotnet format
shell: bash
run: |
dotnet format --verify-no-changes --verbosity detailed
dotnet format --verify-no-changes --verbosity detailed --include './src/**'

0 comments on commit 6c5077b

Please sign in to comment.