We need GitHub actions to help us with the following tasks
- PR Checks
- run build pipelines without publishing
- shellcheck for our bash scripts
- more checks if we require them
- Publishing Pipelines
- Publish Releases, can only run on main branch. We enforce PR workflow and restrict publishing to releases to run for main branch only
- Publish Images for testing and development (based on a feature branch)
An example for Differential-Shellchek action: https://github.com/gardenlinux/gardenlinux/blob/main/.github/workflows/differential-shellcheck.yml
Related Issues
We need GitHub actions to help us with the following tasks
An example for Differential-Shellchek action: https://github.com/gardenlinux/gardenlinux/blob/main/.github/workflows/differential-shellcheck.yml
Related Issues