We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 140461c commit 0798dffCopy full SHA for 0798dff
1 file changed
.github/workflows/build.yml
@@ -48,7 +48,7 @@ jobs:
48
- name: Formatting
49
run: |
50
dotnet tool restore
51
- dotnet csharpier . --check
+ dotnet csharpier check .
52
53
- name: Build
54
run: dotnet publish RLBotCS -r linux-x64
0 commit comments