Problem Matcher for markdownlint-cli
ActionsSets up a problem matcher for markdownlint-cli that s used to create annotations for violations
v3.0.0
LatestBy xt0rted
Tags
(1)Adds a problem matcher that will detect errors from markdownlint-cli and create annotations for them.
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: xt0rted/markdownlint-problem-matcher@v3
- run: markdownlint **/*.md --ignore node_modules
Name | Allowed values | Description |
---|---|---|
action |
add (default), remove |
If the problem matcher should be registered or removed |
The scripts and documentation in this project are released under the MIT License
Problem Matcher for markdownlint-cli is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.