An open API service indexing awesome lists of open source software.

https://github.com/pantheon-systems/validate-readme-spacing

An action to validate the header section of your WordPress plugin is spaced correctly
https://github.com/pantheon-systems/validate-readme-spacing

github-actions hacktoberfest readme readme-txt-validator wordpress

Last synced: about 1 year ago
JSON representation

An action to validate the header section of your WordPress plugin is spaced correctly

Awesome Lists containing this project

README

          

# Validate Readme Spacing
[![Testing](https://github.com/pantheon-systems/validate-readme-spacing/actions/workflows/test.yml/badge.svg)](https://github.com/pantheon-systems/validate-readme-spacing/actions/workflows/test.yml) [![MIT License](https://img.shields.io/github/license/pantheon-systems/validate-readme-spacing)](https://github.com/pantheon-systems/validate-readme-spacing/blob/main/LICENSE)

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.

## Input
### `filepath`
The path to the project's README file. Defaults to `README.md`.

## Example Usage

``` yaml
uses: pantheon-systems/validate-readme-spacing@v1
with:
filepath: 'README.md'
```