Fixing lint (#24)

* Fixing lint

* Fixing CI
main
aniketgohelimp 2023-03-23 19:55:45 +05:30 committed by GitHub
parent 6fd224dd98
commit 34d3a42fe2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 1 deletions

View File

@ -19,6 +19,8 @@ jobs:
- 1.22.9
- 1.23.6
- 1.24.0
- 1.25.0
- 1.26.0
steps:
- name: Checkout
uses: actions/checkout@v2
@ -30,6 +32,10 @@ jobs:
with:
version: v3.8.1
- name: Adding bitnamirepo
run: |
helm repo add bitnami https://charts.bitnami.com/bitnami
- uses: actions/setup-python@v2
with:
python-version: 3.7
@ -56,5 +62,5 @@ jobs:
if: steps.list-changed.outputs.changed == 'true'
- name: Run chart-testing (install)
run: ct install
run: ct install --target-branch ${{ github.event.repository.default_branch }}
if: steps.list-changed.outputs.changed == 'true'