File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed
Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change 55 branches :
66 - " **"
77 paths-ignore :
8- - ' docs/**'
8+ - " docs/**"
99 tags :
1010 - " *"
1111 pull_request :
1212 paths-ignore :
13- - ' docs/**'
13+ - " docs/**"
1414
1515jobs :
16-
1716 helm-lint :
1817 runs-on : ubuntu-latest
1918 steps :
@@ -24,18 +23,19 @@ jobs:
24232524
2625 - name : Lint Chart
27- run : helm lint .
28-
29- helm-unitest :
30- steps :
31- - name : Checkout
32- uses : actions/checkout@v4
26+ run : helm lint ./deploy/charts/s3-operator
3327
34- - name : Install Helm on Runner
35- 28+ # helm-unitest:
29+ # runs-on: ubuntu-latest
30+ # steps:
31+ # - name: Checkout
32+ # uses: actions/checkout@v4
3633
37- - name : Lint Chart
38- run : echo "TODO"
34+ # - name: Install Helm on Runner
35+ 36+
37+ # - name: Lint Chart
38+ # run: echo "TODO"
3939
4040 release_helm :
4141 runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments