Lines Matching +full:checkout +full:- +full:path
7 runs-on: ubuntu-22.04
10 - name: Checkout the code
11 uses: actions/checkout@v4
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
23 path: ./artifacts
25 - name: Verify
27 if [ -s ./artifacts/report.txt ]; then