Skip to content

feat(coremark): add coremark component and example #80

feat(coremark): add coremark component and example

feat(coremark): add coremark component and example #80

Workflow file for this run

name: Run SBOM submodule test
on:
pull_request:
types: [opened, reopened, synchronize]
jobs:
test_sbom:
name: Run SBOM submodule test
runs-on: ubuntu-20.04
container: espressif/idf:latest
steps:
- uses: actions/checkout@v3
with:
submodules: 'true'
- run: |
git config --global safe.directory $(pwd)
python3 ${IDF_PATH}/tools/test_sbom/test_submodules.py