Check .NET formatting instead of applying it in CI
Build & Test / build-backend (push) Successful in 1m6s
Build & Test / build-frontend (push) Successful in 44s

This commit is contained in:
2026-07-29 21:55:03 +01:00
parent a4c9ac639a
commit 8532c61800
+2 -2
View File
@@ -23,7 +23,7 @@ jobs:
run: dotnet tool restore
- name: Check formatting
run: dotnet csharpier format .
run: dotnet csharpier check .
- name: Build
run: dotnet build
@@ -51,4 +51,4 @@ jobs:
- name: Test
run: npm test
env:
TZ: UTC
TZ: UTC