GitHub Action
WordPress Plugin README.md Validator
v1.0.5
Latest version
A GitHub Action that validates that the heading section of your plugin's README.md has newlines handled correctly.
When writing markdown, two spaces are required at the end of a line to preserve single line breaks in the rendered view. Some people's (@jazzsequence) IDEs helpfully remove these and the diff can be missed in GitHub's PR view.
The path to the project's README file. Defaults to README.md
.
uses: pantheon-systems/validate-readme-spacing@v1
with:
filepath: 'README.md'