Skip to content

shinagawa-web/gomarklint-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

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.

Usage

- uses: shinagawa-web/gomarklint-action@v1
  with:
    args: '.'

Inputs

Name Description Default
args Arguments passed to gomarklint .

License

MIT