Common workflows for GitHub Actions.
The Check Pull Request workflow runs code formatting checks, linting tests and unit tests on a Pull Request.
The Publish workflow runs will build, auto version and publish the application to its docker container registry.
| Name | Type | Description |
|---|---|---|
imageName |
String | The services docker image name |