htmltest-action
ActionsTags
(2)Run htmltest as part of your GitHub Actions workflow.
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
htmltest-action is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.