From fdb9868da998f0a16ab6c31e1393888887191d35 Mon Sep 17 00:00:00 2001 From: Sheldon Hull Date: Mon, 7 Oct 2024 17:42:48 -0500 Subject: [PATCH] =?UTF-8?q?build(trunk):=20=F0=9F=9B=A0=EF=B8=8F=20automat?= =?UTF-8?q?e=20helm-docs=20updates=20[skip=20ci]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .trunk/trunk.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.trunk/trunk.yaml b/.trunk/trunk.yaml index 053a215..3a16956 100644 --- a/.trunk/trunk.yaml +++ b/.trunk/trunk.yaml @@ -38,7 +38,7 @@ actions: # AQUA installs helm-docs, so run as if already exists as these actions will be only for the refresh of charts/release process - id: helm-docs-injector description: run helm-docs on pre-commit when the helm charts are updated - run: helm-docs --chart-search-root charts/dsv-injector --output-file README.md + run: helm-docs --chart-search-root charts/dsv-injector --output-file README.md && trunk fmt triggers: - files: [ @@ -48,7 +48,7 @@ actions: - git_hooks: [pre-commit] - id: helm-docs-syncer description: run helm-docs on pre-commit when the helm charts are updated - run: helm-docs --chart-search-root charts/dsv-syncer --output-file README.md + run: helm-docs --chart-search-root charts/dsv-syncer --output-file README.md && trunk fmt triggers: - files: ['charts/dsv-syncer/values.yaml', 'charts/dsv-syncer/Chart.yaml']