Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 479 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 479 Bytes

✅ 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