We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48c8733 commit d072385Copy full SHA for d072385
.github/workflows/qodana-scan-pr.yml
@@ -52,7 +52,7 @@ jobs:
52
53
- name: 'Qodana Scan'
54
if: ${{ github.event.pull_request.head.repo.full_name == github.event.pull_request.base.repo.full_name }}
55
- uses: JetBrains/qodana-action@next
+ uses: JetBrains/qodana-action@main
56
with:
57
args: --ide,QDNET
58
pr-mode: true
.github/workflows/qodana-scan.yml
@@ -59,7 +59,7 @@ jobs:
59
# refreshenv
60
# qodana scan --ide QDNET-EAP -o ${{ runner.temp }}\qodana\results --cache-dir ${{ runner.temp }}\qodana\cache
61
- name: Qodana Scan
62
63
continue-on-error: true
64
65
0 commit comments