arm-examples/verify-cmsis-example-action

GitHub action to verify if a CMSIS example project is compatible with CMSIS tools

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Jul 4, 2024
License
Apache 2.0

Pinned Snippet

workflow.ymlSHA-pinned
uses: arm-examples/verify-cmsis-example-action@3cf27a217f14d929f1c6da056c53bcf7f045f62f # v0.3.4

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
branchBranch to get the project fromno${{ github.head_ref }}
project-filePath to the project to publish relative to the root of the project directory (file with `.csolution.yml` extension) (required)yes
project-directoryPath 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-artifactName of the GitHub artifact where the outputs from this verification job will be storedyesgenerated-outputs
API_TOKENAPI token for accessing online servicesyes

no outputs