Skip to content

Commit cdd70c2

Browse files
committed
fix(helm/generate-docs): lint generated files
Signed-off-by: Emilien Escalle <[email protected]>
1 parent 4bf93ae commit cdd70c2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

actions/helm/generate-docs/action.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,8 @@ runs:
9595
fix: true
9696
globs: ${{ steps.prepare-variables.outputs.working-directory }}/**/*.md
9797

98-
- run: npx textlint ${{ steps.prepare-variables.outputs.working-directory }}/**/*.md
98+
- shell: bash
99+
run: npx textlint ${{ steps.prepare-variables.outputs.working-directory }}/**/*.md
99100

100101
- uses: actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2.1.4
101102
if: inputs.github-app-id

0 commit comments

Comments
 (0)