8gears / n8n-helm-chart

A Kubernetes Helm chart for n8n a Workflow Automation Tool. Easily automate tasks across different services.
https://artifacthub.io/packages/helm/open-8gears/n8n
Apache License 2.0
184 stars 97 forks source link

use the Artifact Hub CLI tool (ah) #101

Open Vad1mo opened 3 months ago

Vad1mo commented 3 months ago

We are using Artifact Hub annotations in Helm Chart.yaml file, however there are often some problems that cause the syntax to break. in the consequence, the chart is not displayed in artifacthub.io and is not scrapped.

In order to catch those error we can use the Artifact Hub CLI tool (ah),

ah lint -p .. can be used to lint the chart file,

it would be helpfulf if we could integrate that into the workflow here.

mhkarimi1383 commented 1 month ago

@Vad1mo Hi

I can do it using Github actions on PRs to check for lint