Skip to content

A GitHub Action to lint markdown files with hallmark.

License

Notifications You must be signed in to change notification settings

vweevers/hallmark-lint-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

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hallmark-lint-action

A GitHub Action to lint markdown files with hallmark.

GitHub tag Markdown Style Guide JavaScript Style Guide

Usage

- name: Checkout
  uses: actions/checkout@v2
- name: Markdown Style Guide
  uses: vweevers/hallmark-lint-action@v1
  with:
    token: ${{ secrets.GITHUB_TOKEN }}

Example

Example

Inputs

  • token (required): GitHub token for creating status checks with annotations
  • files: newline-separated glob patterns of files to lint, default is *.md.

Hallmark can be further configured via package.json or .hallmarkrc.

License

GPL-3.0