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 8e8d743 commit a9e5ee9Copy full SHA for a9e5ee9
.github/workflows/qodana.yml
@@ -19,6 +19,7 @@ jobs:
19
steps:
20
- uses: actions/checkout@v3
21
with:
22
+ pr-mode: false # workaround for bug: job fails on PR (without writing logs) when no source files have changed
23
ref: ${{ github.event.pull_request.head.sha }} # to check out the actual pull request commit, not the merge commit
24
fetch-depth: 0 # a full history is required for pull request analysis
25
- name: 'Qodana Scan'
0 commit comments