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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.

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