Compare commits

..
1 Commits
Author SHA1 Message Date
Stedoss c521eb1917 Create simple CI workflow
Build & Test / build-frontend (pull_request) Failing after 45s
Build & Test / build-backend (pull_request) Failing after 0s
2026-07-28 09:50:37 +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