Skip to content

zephyr: re-introduce SoC overlay update for intel_ace15_mtpm #35

zephyr: re-introduce SoC overlay update for intel_ace15_mtpm

zephyr: re-introduce SoC overlay update for intel_ace15_mtpm #35

Workflow file for this run

name: Scancode
on: [pull_request]
jobs:
scancode_job:
runs-on: ubuntu-latest
name: Scan code for licenses
steps:
- uses: actions/checkout@v1
- name: Scan the code
id: scancode
uses: zephyrproject-rtos/action_scancode@v4
with:
directory-to-scan: 'scan/'
- name: Artifact Upload
uses: actions/upload-artifact@v1
with:
name: scancode
path: ./artifacts
- name: Verify
run: |
test ! -s ./artifacts/report.txt || (cat ./artifacts/report.txt && exit 1 )