Skip to content

Conversation

@silvanocerza
Copy link
Contributor

On every push and pull request that affects relevant files, and periodically, check the repository's Markdown files for
problems:

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

@silvanocerza silvanocerza requested a review from per1234 August 6, 2021 14:45
@silvanocerza silvanocerza self-assigned this Aug 6, 2021
@silvanocerza silvanocerza requested a review from umbynos August 6, 2021 14:45
On every push and pull request that affects relevant files, and periodically, check the repository's Markdown files for
problems:

- Use markdownlint to check for common problems and formatting.
- Use markdown-link-check to check for broken links.

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
@silvanocerza silvanocerza force-pushed the scerza/markdown-check branch from 7f60ebf to dfe6045 Compare August 6, 2021 14:58
@silvanocerza silvanocerza merged commit b8f9093 into main Aug 6, 2021
@silvanocerza silvanocerza deleted the scerza/markdown-check branch August 6, 2021 15:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants