Skip to content

Commit 0798dff

Browse files
authored
Fix csharpier command in build workflow
1 parent 140461c commit 0798dff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- name: Formatting
4949
run: |
5050
dotnet tool restore
51-
dotnet csharpier . --check
51+
dotnet csharpier check .
5252
5353
- name: Build
5454
run: dotnet publish RLBotCS -r linux-x64

0 commit comments

Comments
 (0)