octodemo / awesome-actions

Repository template used to showcase Actions that tie into pull request and issue events
107 stars 22 forks source link

Add linter for English prose #51

Closed bas closed 4 years ago

bas commented 5 years ago

Not sure if his is within scope of the awesome actions demo objectives, but this PR proposes to add a CI example by running the write-good linter against the README.md file on the pull_request event. Initially it will not pass, but there are only two errors that can easily be fixed:

In README.md
=============
tings.yml#L9-L20) with a warm welcome message
                         ^^^^^^^^^^^^
"warm welcome" is a cliche on line 11 at column 200
-------------
orkflows enabled. It can be used as a show case on how Open and Inner Source bes
                         ^^^^^^^
"be used" may be passive voice on line 16 at column 110

Replacing them with for example a welcoming message and you use it as a will pass the build.

github-actions[bot] commented 5 years ago

This pr is stale because it has been open 1 day with no activity. Remove stale label or comment or this will be closed in 2 days