dave2wave commented on PR #345: URL: https://github.com/apache/tooling-trusted-releases/pull/345#issuecomment-3572029963
What is the problem you wish to solve here? If the trouble is markdown formatting then the preferred solution is to add `markdown-lint` to the commit prechecks as is done in `apache/tooling-docs`: ```yaml - repo: https://github.com/igorshubovych/markdownlint-cli rev: v0.45.0 hooks: - id: markdownlint name: run markdownlint description: check Markdown files with markdownlint args: [--config=.github/linters/.markdown-lint.yml] types: [markdown] files: \.md$ ``` with an appropriate .github/linters/.markdown-lint.yml -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
