Skip to content

Commit

Permalink
build(trunk): 🛠️ automate helm-docs updates [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
sheldonhull committed Oct 7, 2024
1 parent c2f4085 commit fdb9868
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .trunk/trunk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
[
Expand All @@ -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']
Expand Down

0 comments on commit fdb9868

Please sign in to comment.