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 72166c1 commit 598dd64Copy full SHA for 598dd64
.github/workflows/action.yml
@@ -15,7 +15,7 @@ jobs:
15
- uses: actions/checkout@v2
16
- run: |
17
dotnet tool restore
18
- dotnet csharpier --check .
+ dotnet csharpier check .
19
test:
20
runs-on: ubuntu-latest
21
steps:
0 commit comments