Commit 2247283
authored
# Description
This should fix errors raised by our pre-commit actions when trying to
run `helm lint` and the `helm` command is not available.
I have tried to add `helm` as additional dependency for the `helmlint`
hook but is not possible so disabling it by now on CI. It is available
when running it locally and you have `helm` installed.
**Type of change**
- Improvement (change adding some improvement to an existing
functionality)
**How Has This Been Tested**
- [ ] GitHub Actions with pre-commit should now work as expected without
errors.
**Checklist**
- I added relevant documentation
- I followed the style guidelines of this project
- I did a self-review of my code
- I made corresponding changes to the documentation
- I confirm My changes generate no new warnings
- I have added tests that prove my fix is effective or that my feature
works
- I have added relevant notes to the CHANGELOG.md file (See
https://keepachangelog.com/)
1 parent c060372 commit 2247283
1 file changed
+4
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | | - | |
| 78 | + | |
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
83 | | - | |
| 83 | + | |
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
93 | | - | |
| 93 | + | |
| 94 | + | |
94 | 95 | | |
0 commit comments