mirror of
https://github.com/bjw-s-labs/helm-charts.git
synced 2025-07-04 08:57:04 +02:00
15 lines
456 B
YAML
15 lines
456 B
YAML
---
|
|
version: "3"
|
|
|
|
tasks:
|
|
lint:
|
|
desc: Run ct-lint on charts
|
|
cmds:
|
|
- docker run --rm -it --workdir=/data --volume $(pwd):/data quay.io/helmpack/chart-testing:v3.6.0 ct lint --config .ci/ct/ct-lint.yaml
|
|
silent: true
|
|
|
|
lint-all:
|
|
desc: Run ct-lint on all charts
|
|
cmds:
|
|
- docker run --rm -it --workdir=/data --volume $(pwd):/data quay.io/helmpack/chart-testing:v3.6.0 ct lint --config .ci/ct/ct-lint.yaml --all
|
|
silent: true
|