We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb2223b commit 41c2f24Copy full SHA for 41c2f24
.github/workflows/helm.yaml
@@ -25,6 +25,18 @@ jobs:
25
- name: Checkout
26
uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3.2.0
27
28
+ - name: Run Artifact Hub lint
29
+ run: |
30
+ wget https://github.com/artifacthub/hub/releases/download/v1.5.0/ah_1.5.0_linux_amd64.tar.gz
31
+ echo 'ad0e44c6ea058ab6b85dbf582e88bad9fdbc64ded0d1dd4edbac65133e5c87da *ah_1.5.0_linux_amd64.tar.gz' | shasum -c
32
+ tar -xzvf ah_1.5.0_linux_amd64.tar.gz ah
33
+ ./ah lint -p charts/ingress-nginx || exit 1
34
+ rm -f ./ah ./ah_1.5.0_linux_amd64.tar.gz
35
+
36
+ - name: Lint
37
38
+ ./build/run-in-docker.sh ./hack/verify-chart-lint.sh
39
40
- uses: dorny/paths-filter@4512585405083f25c027a35db413c2b3b9006d50 # v2.11.1
41
id: filter
42
with:
0 commit comments