Skip to content

Commit 3ae063e

Browse files
committed
chore(helm/generate-docs): remove useless duplicate markdown lint fix
Signed-off-by: Emilien Escalle <emilien.escalle@escemi.com>
1 parent abdba53 commit 3ae063e

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

actions/helm/generate-docs/action.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -223,13 +223,6 @@ runs:
223223
cwd: process.env.WORKING_DIRECTORY,
224224
});
225225
226-
- name: Lint Fix markdown files
227-
uses: DavidAnson/markdownlint-cli2-action@30a0e04f1870d58f8d717450cc6134995f993c63 # v21.0.0
228-
with:
229-
fix: true
230-
config: ${{ steps.prepare-variables.outputs.markdownlint-config-path }}
231-
globs: ${{ steps.prepare-variables.outputs.working-directory }}/**/*.md
232-
233226
- uses: actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94 # v2.2.0
234227
if: inputs.github-app-id
235228
id: generate-token

0 commit comments

Comments
 (0)