Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/remarkablemark/setup-htmlq
- Owner: remarkablemark
- License: mit
- Created: 2023-04-09T01:46:39.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-10-30T01:19:22.000Z (18 days ago)
- Last Synced: 2024-10-30T03:55:02.520Z (18 days ago)
- Topics: action, actions, cli, github-action, github-actions, htmlq, workflow
- Language: TypeScript
- Homepage: https://b.remarkabl.org/setup-htmlq
- Size: 1.54 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
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)