Skip to content
check-square

GitHub Action

htmltest-action

v0.13.0-rc1 Pre-release

htmltest-action

check-square

htmltest-action

Runs htmltest on a directory

Installation

Copy and paste the following snippet into your .yml file.

              

- name: htmltest-action

uses: wjdp/htmltest-action@v0.13.0-rc1

Learn more about this action in wjdp/htmltest-action

Choose a version

✅ 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