Skip to content

Quickly and easily check document-conformance to catch unintended mistakes

License

Notifications You must be signed in to change notification settings

tiagocamargo/w3cvalidator

This branch is 3 commits ahead of marcuslindblom/w3cvalidator:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

bbfcd33 · Jul 1, 2024

History

8 Commits
Apr 23, 2021
Apr 23, 2021
Apr 23, 2021
Apr 23, 2021
Apr 23, 2021
Jul 1, 2024

Repository files navigation

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:

About

Quickly and easily check document-conformance to catch unintended mistakes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 82.3%
  • Dockerfile 17.7%