The Nu Html Checker
ActionsQuickly and easily check document-conformance to catch unintended mistakes
v1.0.1
LatestTags
(2)Quickly and easily check document-conformance to catch unintended mistakes
A simple example:
on:
deployment_status
jobs:
conformance:
name: Check document-conformance
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
repository: marcuslindblom/w3cvalidator
- uses: marcuslindblom/w3cvalidator@main
with:
url: ${{ secrets.URL }}
level: error
Example output:
The Nu Html Checker 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.