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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user