Skip to content

fight100year/md-lint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

md-lint

markdown lint with markdownlint-cli

how to use

name: md file lint

on: [push,pull_request]

jobs:
  md-lint:
    runs-on: ubuntu-latest
    steps:
    - uses: actions/checkout@master
      with:
        fetch-depth: 1
    - uses: fight100year/md-lint@master

Releases

No releases published

Packages

No packages published