Lint Markdown files using gomarklint in GitHub Actions.
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/"
]
- uses: shinagawa-web/gomarklint-action@v1
MIT