Skip to content

setup-htmlq

Actions

About

Set up your GitHub Actions workflow with htmlq
v3.0.6
Latest
Star (1)

Tags

 (1)

setup-htmlq

version build codecov

⚙️ Set up your GitHub Actions workflow with htmlq.

Quick Start

name: htmlq
on: push
jobs:
  htmlq:
    runs-on: ubuntu-latest
    steps:
      - name: Setup htmlq
        uses: remarkablemark/setup-htmlq@v2

Usage

Basic:

- uses: remarkablemark/setup-htmlq@v2

See action.yml

Inputs

htmlq-version

Optional: The htmlq version. Defaults to 0.4.0:

- uses: remarkablemark/setup-htmlq@v2
  with:
    htmlq-version: 0.4.0

cli-name

Optional: The htmlq CLI name. Defaults to htmlq:

- uses: remarkablemark/setup-htmlq@v2
  with:
    cli-name: htmlq

Examples

License

MIT

setup-htmlq 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.

About

Set up your GitHub Actions workflow with htmlq
v3.0.6
Latest

Tags

 (1)

setup-htmlq 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.