Migrate to GH actions #335
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hi,
i recently read
and thought I can re-design the CI workflow in general in form as a proposal.
The new CI based on Github Action. It covers all tasks from Circle CI +
install-binary.sh
with shellcheck, shfmt and checkbashisms. Covered by https://github.com/luizm/action-sh-checkerTo gain a preview of the flow, take a look here: https://github.com/jkroepke/helm-diff/actions/runs/1673641310
Most parts of the CI workflow are copied from https://github.com/jkroepke/helm-secrets
As mention in the tests, the installation on cygwin is broken.