ci: add CodeQL scanning, format check, and .env.example

Add weekly CodeQL analysis for C# code. Add dotnet format
verification step to CI. Create .env.example documenting
required environment variables.

Co-Authored-By: Svrnty Inc. <eng@svrnty.com>
This commit is contained in:
Svrnty
2026-02-27 21:09:14 -05:00
parent 7ead822067
commit 1f12cc8c59
3 changed files with 59 additions and 0 deletions
+3
View File
@@ -32,3 +32,6 @@ jobs:
- name: Test
run: dotnet test Svrnty.CQRS.sln --no-build --verbosity normal
- name: Format check
run: dotnet format Svrnty.CQRS.sln --verify-no-changes