Skip to content

Commit 4d4b37b

Browse files
committed
ls?
1 parent 9bd491b commit 4d4b37b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,14 @@ jobs:
3333
with:
3434
tool-cache: false
3535
large-packages: false
36+
- name: Test ls command
37+
run: ls $GITHUB_WORKSPACE
38+
- name: test more
39+
run: ls $GITHUB_WORKSPACE/qodana-configs
40+
- name: test more more
41+
run: ls $GITHUB_WORKSPACE/qodana-configs/duplicated-code
42+
- name: test more more more
43+
run: cat $GITHUB_WORKSPACE/qodana-configs/duplicated-code/qodana.yaml
3644
- name: 'Qodana Scan'
3745
uses: JetBrains/[email protected]
3846
env:

0 commit comments

Comments
 (0)