C#: Fix indentation.

This commit is contained in:
Michael Nebel
2022-04-26 15:44:03 +02:00
parent 583b9b61de
commit 57fc4d987f

View File

@@ -50,7 +50,7 @@ jobs:
- name: Setup CodeQL
uses: ./.github/actions/fetch-codeql
- name: Create empty database
run: |
run: |
DATABASE="${{ runner.temp }}/csharp-database"
PROJECT="${{ runner.temp }}/csharp-project"
dotnet new classlib --language=C# --output="$PROJECT"