Thank you for sending in this pull request. Please make sure you take a look at the contributing file. Here's a few things for you to consider in this pull request:
- Include a good description of the workflow.
- Links to the language or tool will be nice (unless its really obvious)
In the workflow and properties files:
- Includes a matching
ci/properties/*.properties.jsonfile. - Use title case for the names of workflows and steps, for example "Run tests".
- The name of CI workflows should only be the name of the language or platform: for example "Go" (not "Go CI" or "Go Build")
- Include comments in the workflow for any parts that are not obvious or could use clarification.
- CI workflows should run
push. - Packaging workflows should run on
releasewithtypes: [created].
Some general notes:
- Does not use an Action that isn't in the
actionsorganization. - Does not send data to any 3rd party service except for the purposes of installing dependencies.
- Does not use a paid service or product.