Skip to content

Quickly and easily check document-conformance to catch unintended mistakes

License

Notifications You must be signed in to change notification settings

marcuslindblom/w3cvalidator

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 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

Sponsor this project

 

Packages