yokawasa / action-setup-kube-tools

Github Action that setup Kubernetes tools (kubectl, kustomize, helm, kubeconform, conftest, yq, rancher, tilt, skaffold) very fast and cache them on the runner. Please [✩Star] if you're using it!
MIT License
75 stars 22 forks source link

Add Tilt and Skaffold. #6

Closed Raboo closed 3 years ago

Raboo commented 3 years ago

Add Tilt and Skaffold. Minor markdown cleanup. Bump actions/checkout to v2.

Partially fixes #5. It adds Tilt and Skaffold, but this does not make them optional. I'm not really a javascript/typescript coder, so I basically did a copy-paste from when you added Rancher CLI. I haven't really tested this, I'm hoping that this PR will do that for me.

Raboo commented 3 years ago

Seems like specifying version doesn't work. But it doesn't feel like that's something I broke?

yokawasa commented 3 years ago

@Raboo Thank you for the PR. I'll take a look!

Raboo commented 3 years ago

Ah, damn vscode auto indentation... I've fixed it now.

Raboo commented 3 years ago

Alright nice, so when does this get merged?

yokawasa commented 3 years ago

@Raboo looks everything good! I merge now

yokawasa commented 3 years ago

@Raboo https://github.com/yokawasa/action-setup-kube-tools/releases/tag/v0.4.0 Thanks alot!!