0
0
Fork 0
mirror of https://github.com/DavidAnson/markdownlint-cli2-action.git synced 2024-10-16 12:07:01 +02:00
markdownlint-cli2-action/action.yml
2022-01-22 16:09:20 -08:00

14 lines
430 B
YAML

name: 'markdownlint-cli2-action'
author: 'David Anson'
description: 'A GitHub Action to run the markdownlint-cli2 tool for linting Markdown/CommonMark files with the markdownlint library'
branding:
icon: 'check-square'
color: 'orange'
inputs:
globs:
description: 'Glob expression(s) of files to lint (newline-delimited)'
default: '*.{md,markdown}'
required: false
runs:
using: 'node16'
main: 'dist/index.js'