Skip to content

:octocat: Run htmltest as part of your GitHub Actions workflow

License

Notifications You must be signed in to change notification settings

deining/htmltest-action

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 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

About

:octocat: Run htmltest as part of your GitHub Actions workflow

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 71.7%
  • HTML 22.4%
  • Dockerfile 5.9%