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

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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%