Skip to content

gomarklint Markdown Linter

Actions
Lint Markdown files using gomarklint
v1
Latest
Star (0)

gomarklint-action

Lint Markdown files using gomarklint in GitHub Actions.

🚀 Prerequisites

Before using this action, please generate a .gomarklint.json config file with:

gomarklint init

This config file is required. If it is missing, the action will fail.

See the gomarklint documentation for details.

Tip: After generating .gomarklint.json, customize the include field to specify which directories or files should be linted. For example:

"include": [
  "README.md",
  "docs/"
]

Usage

- uses: shinagawa-web/gomarklint-action@v1

License

MIT

gomarklint Markdown Linter is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Lint Markdown files using gomarklint
v1
Latest

gomarklint Markdown Linter is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.