pantheon-systems / wp-redis

WordPress Object Cache using Redis.
https://wordpress.org/plugins/wp-redis/
GNU General Public License v2.0
225 stars 67 forks source link

Fix spacing of README.md header and add linting to ensure it remains. #443

Closed pwtyler closed 12 months ago

pwtyler commented 1 year ago

Two trailing spaces are required for single line breaks to appear in Markdown's rendered view. Adds github action to check for invalid spacing of the Plugin's README header.

pwtyler commented 12 months ago

Before

Screen Shot 2023-07-12 at 10 50 03 PM

After

Screen Shot 2023-07-12 at 10 50 39 PM
pwtyler commented 12 months ago

could just use the package @v1 rather than @v1.0.2 but otherwise lgtm

tried that , I thought that would work too, but did not work. I believe we need to maintain a v1 branch or v1 tag that is updated alongside releases. Will PR that to the action(s).