Skip to content

wjdp/htmltest-action

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

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

✅ htmltest GitHub Action

Test

Run htmltest as part of your GitHub Actions workflow.

💻 Usage

By providing a path

- name: Run htmltest
  uses: wjdp/htmltest-action@master
  with:
    path: dist

or by setting a config file

- name: Run htmltest
  uses: wjdp/htmltest-action@master
  with:
    config: .htmltest.yml