A GitHub Action to lint markdown files with hallmark.
- name: Checkout
uses: actions/checkout@v2
- name: Markdown Style Guide
uses: vweevers/hallmark-lint-action@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}token(required): GitHub token for creating status checks with annotationsfiles: newline-separated glob patterns of files to lint, default is*.md.
Hallmark can be further configured via package.json or .hallmarkrc.
