Skip to content

Commit 0a0140e

Browse files
committed
ls?
1 parent 9bd491b commit 0a0140e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,15 @@ jobs:
3333
with:
3434
tool-cache: false
3535
large-packages: false
36+
- name: Test ls command
37+
run: ls $GITHUB_WORKSPACE
3638
- name: 'Qodana Scan'
3739
uses: JetBrains/[email protected]
3840
env:
3941
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}
4042
with:
4143
args:
42-
--config,${{ github.workspace }}/qodana-configs/duplicated-code/qodana.yaml,--baseline,${{ github.workspace }}/qodana-configs/duplicated-code/qodana.sarif.json,--baseline-include-absent
44+
--config, qodana-configs/duplicated-code/qodana.yaml,--baseline,qodana-configs/duplicated-code/qodana.sarif.json,--baseline-include-absent
4345
cache-default-branch-only: true
4446
- uses: github/codeql-action/upload-sarif@v3
4547
with:

0 commit comments

Comments
 (0)