Skip to content

Commit 598dd64

Browse files
ci: fix csharpier command
1 parent 72166c1 commit 598dd64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/checkout@v2
1616
- run: |
1717
dotnet tool restore
18-
dotnet csharpier --check .
18+
dotnet csharpier check .
1919
test:
2020
runs-on: ubuntu-latest
2121
steps:

0 commit comments

Comments
 (0)