Compare commits

..
1 Commits
Author SHA1 Message Date
Stedoss 921f9a7966 Create simple CI workflow
Build & Test / build-frontend (pull_request) Failing after 45s
Build & Test / build-backend (pull_request) Successful in 1m6s
2026-07-28 09:51:21 +01:00
+2 -2
View File
@@ -20,10 +20,10 @@ jobs:
dotnet-version: '10.0.x' dotnet-version: '10.0.x'
- name: Restore .NET Tools - name: Restore .NET Tools
- run: dotnet tool restore run: dotnet tool restore
- name: Check formatting - name: Check formatting
- run: dotnet csharpier format . run: dotnet csharpier format .
- name: Build - name: Build
run: dotnet build run: dotnet build