Skip to content

Commit 783286e

Browse files
remove Qodana scan
1 parent 31fc07b commit 783286e

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/build.yaml

+1-5
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,4 @@ jobs:
2828
- name: Upload artifact
2929
uses: actions/upload-artifact@v3
3030
with:
31-
path: ./nupkgs/*
32-
- name: 'Qodana Scan'
33-
uses: JetBrains/qodana-action@main
34-
env:
35-
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}
31+
path: ./nupkgs/*

0 commit comments

Comments
 (0)