Lines Matching +full:runs +full:- +full:on
3 on: [pull_request]
7 runs-on: ubuntu-22.04
10 - name: Checkout the code
13 fetch-depth: 0
14 - name: Scan the code
16 uses: zephyrproject-rtos/action_scancode@23ef91ce31cd4b954366a7b71eea47520da9b380 # 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