We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5330bbb commit b326e58Copy full SHA for b326e58
.github/workflows/format.yml
@@ -15,4 +15,4 @@ jobs:
15
16
- run: dotnet tool install -g dotnet-format
17
18
- - run: dotnet format --folder ./ --dry-run --check
+ - run: dotnet format ./ --folder --check --exclude **/AddFormats/
0 commit comments