Skip to content

Commit 4a38d4b

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

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/scan-codebase.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,10 @@ jobs:
66
name: Scan codebase and check for compliance issues
77
steps:
88
- uses: actions/checkout@v4
9-
with:
10-
path: scancode-inputs
11-
- name: DEBUG
12-
shell: bash
13-
run: |
14-
ls ./scancode-inputs
159
- name: Run the action from current branch
16-
uses: ./scancode-inputs
10+
uses: ./action.yml
1711
with:
12+
inputs-path: ./
1813
pipelines: "scan_codebase"
1914
check-compliance: true
2015
compliance-fail-level: "WARNING"

0 commit comments

Comments
 (0)