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.
- uses: shinagawa-web/gomarklint-action@v1
with:
args: '.'
Name | Description | Default |
---|---|---|
args | Arguments passed to gomarklint |
. |
MIT