Check .NET formatting instead of applying it in CI
This commit is contained in:
@@ -23,7 +23,7 @@ jobs:
|
|||||||
run: dotnet tool restore
|
run: dotnet tool restore
|
||||||
|
|
||||||
- name: Check formatting
|
- name: Check formatting
|
||||||
run: dotnet csharpier format .
|
run: dotnet csharpier check .
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: dotnet build
|
run: dotnet build
|
||||||
@@ -51,4 +51,4 @@ jobs:
|
|||||||
- name: Test
|
- name: Test
|
||||||
run: npm test
|
run: npm test
|
||||||
env:
|
env:
|
||||||
TZ: UTC
|
TZ: UTC
|
||||||
|
|||||||
Reference in New Issue
Block a user