arduino / arduino-language-server

An Arduino Language Server based on Clangd to Arduino code autocompletion
GNU Affero General Public License v3.0
120 stars 11 forks source link

Add CI workflow to check Markdown files for problems #131

Closed MatteoPologruto closed 1 year ago

MatteoPologruto commented 1 year ago

Please check if the PR fulfills these requirements

The Arduino tooling Markdown style is defined by the .markdownlint.yml file.

In the event the repository contains externally maintained Markdown files, markdownlint can be configured to ignore them via a .markdownlintignore file: https://github.com/igorshubovych/markdownlint-cli#ignoring-files

markdown-link-check is configured via the .markdown-link-check.json file: https://github.com/tcort/markdown-link-check#config-file-format