hashgraph / hedera-sourcify

Tools for verifying Hedera smart contracts using standard open source libraries.
Apache License 2.0
6 stars 7 forks source link

Using helms chart-repo-actions demo to lint and test helm chart changes #55

Closed rustyShacklefurd closed 7 months ago

rustyShacklefurd commented 8 months ago

Description:

This PR adds support for linting and testing the helm chart

Related issue(s):

Relates to #1

Notes for reviewer: This setup is mostly from here

rustyShacklefurd commented 8 months ago

Nice. I think we should support on PRs also

Made this change but did it to test on PRs only. I think that's a better setup, running the testing and linting when merge means the tests would only ever run after the code being tested is approved and merged. This order makes more sense imo