Skip to content

DEBUG #12

DEBUG #12 #71

Workflow file for this run

on: [push]
jobs:
scan-codebase:
runs-on: ubuntu-24.04
name: Scan codebase and check for compliance issues
steps:
- uses: actions/checkout@v4
with:
path: scancode-inputs
- name: DEBUG
shell: bash
run: |
ls ./
ls ../
ls ../../
- name: Run the action from current branch
uses: ../
with:
pipelines: "scan_codebase"
check-compliance: true
compliance-fail-level: "WARNING"