Skip to content

Commit d0522e7

Browse files
authored
Check formatting in CI
1 parent 68ab2a2 commit d0522e7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,11 @@ jobs:
4343
- name: Test
4444
run: dotnet test
4545

46+
- name: Formatting
47+
run: |
48+
dotnet tool restore
49+
dotnet csharpier . --check
50+
4651
- name: Build
4752
run: dotnet publish -r linux-x64
4853

0 commit comments

Comments
 (0)