Skip to content

Commit 1e51509

Browse files
committed
DEBUG #12
Signed-off-by: tdruez <[email protected]>
1 parent f298267 commit 1e51509

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/scan-codebase.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,14 @@ jobs:
88
- uses: actions/checkout@v4
99
with:
1010
path: scancode-inputs
11+
- name: DEBUG
12+
shell: bash
13+
run: |
14+
ls ./
15+
ls ../
16+
ls ../../
1117
- name: Run the action from current branch
12-
uses: ./
18+
uses: ../
1319
with:
1420
pipelines: "scan_codebase"
1521
check-compliance: true

0 commit comments

Comments
 (0)