Skip to content

remarkablemark/setup-htmlq

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

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

See action.yml

Basic:

- uses: remarkablemark/setup-htmlq@v2

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

Contributions

Contributions are welcome!

License

MIT