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: 2 months 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 (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-10-30T01:19:22.000Z (7 months ago)
- Last Synced: 2024-10-30T03:55:02.520Z (7 months 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
[](https://github.com/remarkablemark/setup-htmlq/releases)
[](https://github.com/remarkablemark/setup-htmlq/actions/workflows/build.yml)
[](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)