Skip to content

Commit 97313a5

Browse files
authored
Update dotnet-core-desktop.yml
1 parent 1e9faf4 commit 97313a5

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/dotnet-core-desktop.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,11 @@ jobs:
2828
uses: actions/checkout@v2
2929
with:
3030
fetch-depth: 0
31-
31+
- name: 'Qodana Scan'
32+
uses: JetBrains/qodana-action@main
33+
env:
34+
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}
35+
3236
- name: Write key file
3337
run: |
3438
echo "${{ secrets.AUTH }}" | base64 -di > ./Installer/Installer_TemporaryKey.pfx

0 commit comments

Comments
 (0)