Lines Matching +full:- +full:- +full:exit +full:- +full:code
7 runs-on: ubuntu-22.04
8 name: Scan code for licenses
10 - name: Checkout the code
13 fetch-depth: 0
14 - name: Scan the code
16 uses: zephyrproject-rtos/action_scancode@v4
18 directory-to-scan: 'scan/'
19 - name: Artifact Upload
20 uses: actions/upload-artifact@v4
25 - name: Verify
27 if [ -s ./artifacts/report.txt ]; then
33 exit 1