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

Split up workflows

Split up workflows #1

name: Verify CMSIS Compliance

Check failure on line 1 in .github/workflows/verify-example2_cm55_mps3_an552.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/verify-example2_cm55_mps3_an552.yml

Invalid workflow file

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