Skip to content

Commit 383c1e3

Browse files
committed
tst
1 parent b51251c commit 383c1e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/qodana-check-duplicatedcode.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ jobs:
3939
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}
4040
with:
4141
# --config points to the DuplicatedCode-only Qodana config
42-
args:
43-
--config,${{ github.workspace }}/qodana-configs/duplicated-code/qodana.yaml
42+
args: >
43+
--config ${{ github.workspace }}/qodana-configs/duplicated-code/qodana.yaml
4444
cache-default-branch-only: true
4545
# pr-mode off means that the whole repo should be checked for duplicate code, instead of just copy/pastes within the PR
4646
pr-mode: false

0 commit comments

Comments
 (0)