1
0
mirror of https://github.com/godotengine/godot.git synced 2026-01-04 19:21:46 +00:00

Add dotnet format to CI to check C# style

This commit is contained in:
Raul Santos
2022-08-27 03:14:27 +02:00
parent d35c58507c
commit ea6b8ecb6f
2 changed files with 32 additions and 0 deletions

View File

@@ -63,3 +63,7 @@ jobs:
- name: Style checks via clang-format (clang_format.sh)
run: |
bash ./misc/scripts/clang_format.sh
- name: Style checks via dotnet format (dotnet_format.sh)
run: |
bash ./misc/scripts/dotnet_format.sh