feat: set icon color to green when definitions is ready true #4
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: release-pullrequest | |
on: | |
pull_request: | |
branches: | |
- main | |
jobs: | |
package: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v3 | |
- name: Replace Version in Chart.yaml | |
run: sed -i 's/CHART_VERSION/0.0.1/g' ./chart/Chart.yaml | |
- name: Set up Helm | |
uses: azure/setup-helm@v4.1.0 | |
- name: Helm lint | |
run: helm lint ./chart |