Skip to content

Verify CMSIS Compliance #18

Verify CMSIS Compliance

Verify CMSIS Compliance #18

Workflow file for this run

name: Verify CMSIS Compliance
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
schedule:
- cron: '0 6 * * 1'
jobs:
verify-cmsis-compliance:
name: Verify CMSIS Compliance
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: Arm-Examples/verify-cmsis-example-action@latest
name: Verify CMSIS Compliance
with:
branch: ${{ github.ref }}
project-file: ./hello.csolution.yml
API_TOKEN: ${{ secrets.CMSIS_API_KEY }}