Skip to content

📖 Move badge in ReadMe #4

📖 Move badge in ReadMe

📖 Move badge in ReadMe #4

Workflow file for this run

name: Verify CMSIS Compliance
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
schedule:
- cron: '0 6 * * 2'
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 }}