8000 GitHub - chabad360/htmlproofer: πŸš€ Test your rendered HTML files to make sure they're accurate. πŸš€
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

chabad360/htmlproofer

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

30 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

GitHub Actions for HTMLProofer

πŸš€ License Release Release πŸš€

If you're generating HTML pages, you might want to use it.

Β 

This action will test your site using HTMLProofer.

⭐ Getting Started

This is just a portion of a workflow.yml to get you started (for more information scroll down to ⭐ Inputs):

...
      - name: Check HTML
        uses: chabad360/htmlproofer@master
        with:
          directory: "./public"

⭐ Inputs

Key Description Required Default
directory The directory to scan. βœ”οΈ N/A
arguments The arguments to pass to HTMLProofer (see here for more details) ❌ N/A

Usage

...
      - name: Check HTML
        uses: chabad360/htmlproofer@master
        with:
          directory: "./public"
          # The directory to scan
          arguments: --allow-missing-href
          # The arguments to pass to HTMLProofer

About

πŸš€ Test your rendered HTML files to make sure they're accurate. πŸš€

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors 5

0