We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abdba53 commit 3ae063eCopy full SHA for 3ae063e
actions/helm/generate-docs/action.yml
@@ -223,13 +223,6 @@ runs:
223
cwd: process.env.WORKING_DIRECTORY,
224
});
225
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
-
233
- uses: actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94 # v2.2.0
234
if: inputs.github-app-id
235
id: generate-token
0 commit comments