Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/remarkablemark/setup-htmlq

⚙️ Set up GitHub Actions workflow with htmlq
https://github.com/remarkablemark/setup-htmlq

action actions cli github-action github-actions htmlq workflow

Last synced: 13 days ago
JSON representation

⚙️ Set up GitHub Actions workflow with htmlq

Awesome Lists containing this project

README

        

# setup-htmlq

[![version](https://badgen.net/github/release/remarkablemark/setup-htmlq)](https://github.com/remarkablemark/setup-htmlq/releases)
[![build](https://github.com/remarkablemark/setup-htmlq/actions/workflows/build.yml/badge.svg)](https://github.com/remarkablemark/setup-htmlq/actions/workflows/build.yml)
[![codecov](https://codecov.io/gh/remarkablemark/setup-htmlq/branch/master/graph/badge.svg?token=GQ7Q6LAWGV)](https://codecov.io/gh/remarkablemark/setup-htmlq)

⚙️ Set up your GitHub Actions workflow with [htmlq](https://github.com/mgdm/htmlq).

## Quick Start

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

## Usage

See [action.yml](action.yml)

**Basic:**

```yaml
- uses: remarkablemark/setup-htmlq@v2
```

## Inputs

### `htmlq-version`

**Optional**: The htmlq [version](https://github.com/mgdm/htmlq/releases). Defaults to [`0.4.0`](https://github.com/mgdm/htmlq/releases/tag/v0.4.0):

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

### `cli-name`

**Optional**: The htmlq CLI name. Defaults to `htmlq`:

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

## Examples

- [remarkablemark/setup-htmlq-demo](https://github.com/remarkablemark/setup-htmlq-demo)

## Contributions

Contributions are welcome!

## License

[MIT](LICENSE)