arm-examples/verify-cmsis-example-action
GitHub action to verify if a CMSIS example project is compatible with CMSIS tools
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Jul 4, 2024
- License
- Apache 2.0
Pinned Snippet
uses: arm-examples/verify-cmsis-example-action@3cf27a217f14d929f1c6da056c53bcf7f045f62f # v0.3.4tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| branch | Branch to get the project from | no | ${{ github.head_ref }} |
| project-file | Path to the project to publish relative to the root of the project directory (file with `.csolution.yml` extension) (required) | yes | — |
| project-directory | Path to the project directory (defaults to the root of the GitHub repository). This should be used if the repository contains several independent projects. | yes | ${{ github.workspace }} |
| output-artifact | Name of the GitHub artifact where the outputs from this verification job will be stored | yes | generated-outputs |
| API_TOKEN | API token for accessing online services | yes | — |
Outputs
no outputs