Skip to content

Commit

Permalink
docs: run GitHub action when Charts are touched to check Helm values ref
Browse files Browse the repository at this point in the history
PR cilium#16238 added a reference for the Helm values in the Charts to the
documentation. A number of these values are not common words from the
dictionary, and need to be added to the list of acceptable words in the
spelling list as we update the charts.

The GitHub action for documentation is supposed to help with the task,
catching omitted keywords. But it is only run when a number of
documentation-related files are run, and this does not currently include
the Charts! Let's fix in order to catch spelling mistake (or omitted
spelling list updates).

Fixes: cilium#16238
Signed-off-by: Quentin Monnet <quentin@isovalent.com>
  • Loading branch information
qmonnet authored and jibi committed Jun 22, 2021
1 parent 8b83fd3 commit 4e5272b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
- 'cilium-health/cmd/**'
- 'daemon/cmd/**'
- 'hubble-relay/cmd/**'
- 'install/kubernetes/**/'
- 'operator/cmd/**'
# Runs only if code under Documentation or */cmd/ is changed as the docs
Expand Down

0 comments on commit 4e5272b

Please sign in to comment.