Skip to content
This repository was archived by the owner on Mar 3, 2025. It is now read-only.

Verify CMSIS Compliance #18

Verify CMSIS Compliance

Verify CMSIS Compliance #18

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