Problem Matcher for htmllint
ActionsSets up a problem matcher for htmllint that s used to create annotations for violations
v1.4.0
LatestBy Cherry
Tags
(1)Adds a problem matcher that will detect errors from htmllint and create annotations for them.
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "16.x"
- uses: Cherry/htmllint-problem-matcher@v1
- run: npm ci
- run: npm test
Name | Allowed values | Description |
---|---|---|
action |
add (default), remove |
If the problem matcher should be registered or removed |
Problem Matcher for htmllint 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.