chore: config CodeQL

This commit is contained in:
RHQYZ
2022-05-06 17:20:00 +08:00
committed by GitHub
parent d364c1a354
commit c8510b9ec1

View File

@@ -24,6 +24,10 @@ jobs:
uses: actions/setup-dotnet@v1
with:
dotnet-version: 6.0.x
- name: Restore Dependencies
run: dotnet restore
- name: Build
run: dotnet build --no-restore
- name: Initialize CodeQL
uses: github/codeql-action/init@v1
with: