This repository was archived by the owner on Mar 3, 2025. It is now read-only.
Verify CMSIS Compliance #16
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Verify CMSIS Compliance | |
on: | |
push: | |
branches: [ main ] | |
pull_request: | |
branches: [ main ] | |
schedule: | |
- cron: '0 6 * * 0' | |
jobs: | |
verify-cmsis-compliance-example5_multi_projects: | |
name: Verify CMSIS Compliance example5_multi_projects | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: Arm-Examples/verify-cmsis-example-action@latest | |
name: Verify CMSIS Compliance example5_multi_projects | |
with: | |
branch: ${{ github.ref }} | |
project-file: ./example5_multi_projects/coremark-pro.csolution.yml | |
API_TOKEN: ${{ secrets.CMSIS_API_KEY }} | |
output-artifact: output-example5_multi_projects |