/github-action-write-good

This action runs the write-good linter for English prose

Primary LanguageJavaScriptApache License 2.0Apache-2.0

Write Good GitHub Action

CI Status

This action runs the write-good linter for English prose.

Disclaimer: This is my first GitHub action and first time writing JavaScript in ~5 years. In other words, I have no idea what I'm doing, but hopefully this works.

Inputs

path

Required The path to the file(s) to lint. Default: **/*.md.

Example usage

uses: roboticcheese/github-action-write-good@v1
with:
    path: README.md