Skip to content

The Nu Html Checker

Actions
Quickly and easily check document-conformance to catch unintended mistakes
v1.0.1
Latest
Star (0)

The Nu Html Checker

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.

About

Quickly and easily check document-conformance to catch unintended mistakes
v1.0.1
Latest

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.