Skip to content

Commit 26d551a

Browse files
committed
Verify if readme files need updating
Signed-off-by: Łukasz Jernaś <lukasz.jernas@allegro.com>
1 parent 606663c commit 26d551a

1 file changed

Lines changed: 18 additions & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: CI
2-
permissions: {}
2+
permissions: { }
33

44
on:
55
pull_request:
@@ -126,6 +126,7 @@ jobs:
126126
VALIDATE_RENOVATE: true # does not support newest renovate config
127127
VALIDATE_SHELL_SHFMT: true
128128
VALIDATE_XML: true
129+
129130
validate-pr:
130131
name: Validate PR Metadata
131132
runs-on: ubuntu-24.04
@@ -228,3 +229,19 @@ jobs:
228229
gh pr merge ${{ github.event.pull_request.number }} --admin --squash --repo "${{ github.repository }}" --match-head-commit "${{ github.event.pull_request.head.sha }}" --delete-branch
229230
env:
230231
GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}
232+
233+
validate-readme:
234+
name: Validate chart README files
235+
runs-on: ubuntu-24.04
236+
permissions:
237+
contents: read
238+
steps:
239+
- name: Checkout Code
240+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
241+
with:
242+
persist-credentials: 'false'
243+
244+
- name: Check if helm-docs are up to date
245+
uses: losisin/helm-docs-github-action@6f957579ac122ecc167bf515fe84e828686c9a15 # v1.7.1
246+
with:
247+
fail-on-diff: true

0 commit comments

Comments
 (0)