File tree Expand file tree Collapse file tree 4 files changed +14
-14
lines changed
actions/helm/generate-docs Expand file tree Collapse file tree 4 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 2020 ]
2121 }
2222 }
23- }
23+ }
Original file line number Diff line number Diff line change @@ -89,13 +89,13 @@ runs:
8989 input : ${{ steps.prepare-variables.outputs.values-file }}
9090 working-directory : ${{ steps.prepare-variables.outputs.working-directory }}
9191
92- - name : Prettify code
93- uses : creyD/prettier_action@8c18391fdc98ed0d884c6345f03975edac71b8f0 # v4.6
92+ - name : Lint code
93+ uses : DavidAnson/markdownlint-cli2-action@992badcdf24e3b8eb7e87ff9287fe931bcb00c6e # v20.0.0
9494 with :
95- prettier_options : --write ${{ steps.prepare-variables.outputs.working-directory }}/**/*.md ${{ steps.prepare-variables.outputs.values-file }}
96- no_commit : true
97- working_directory : ${{ steps.prepare-variables.outputs.working-directory }}
98- clean_node_folder : true
95+ fix : true
96+ globs : ${{ steps.prepare-variables.outputs.working-directory }}/**/*.md
97+
98+ - run : npx textlint ${{ steps.prepare-variables.outputs.working-directory }}/**/*.md
9999
100100 - uses : actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2.1.4
101101 if : inputs.github-app-id
Original file line number Diff line number Diff line change @@ -6,9 +6,9 @@ A Helm chart for Kubernetes
66
77## Requirements
88
9- | Repository | Name | Version |
10- | ---------------------------------- | ----- | ------- |
11- | https://charts.bitnami.com/bitnami | mysql | 14.0.3 |
9+ | Repository | Name | Version |
10+ | ------------------------------------ | ----- | ------- |
11+ | < https://charts.bitnami.com/bitnami > | MySQL | 14.0.3 |
1212
1313## Values
1414
Original file line number Diff line number Diff line change @@ -6,10 +6,10 @@ An umbrella Helm chart for Kubernetes
66
77## Requirements
88
9- | Repository | Name | Version |
10- | ---------------------------------- | --------------- | ------- |
11- | file://./charts/app | app | 0.0.0 |
12- | https://charts.bitnami.com/bitnami | database(mysql ) | 14.0.3 |
9+ | Repository | Name | Version |
10+ | ------------------------------------ | --------------- | ------- |
11+ | file://./charts/app | app | 0.0.0 |
12+ | < https://charts.bitnami.com/bitnami > | database(MySQL ) | 14.0.3 |
1313
1414## Values
1515
You can’t perform that action at this time.
0 commit comments