Skip to content

Commit

Permalink
Fixed dotnet-format dry-run option name
Browse files Browse the repository at this point in the history
  • Loading branch information
shibayan committed Oct 20, 2021
1 parent c095e34 commit d1bd147
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -34,4 +34,4 @@ jobs:
run: dotnet build -c Release

- name: Lint C# code
run: dotnet format --check --verbosity detailed
run: dotnet format --verify-no-changes --verbosity detailed

0 comments on commit d1bd147

Please sign in to comment.