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

https://github.com/peaceiris/actions-liche

GitHub Actions for liche (Fast Link Checker for Markdown and HTML in Go)
https://github.com/peaceiris/actions-liche

github-actions

Last synced: over 1 year ago
JSON representation

GitHub Actions for liche (Fast Link Checker for Markdown and HTML in Go)

Awesome Lists containing this project

README

          

[![license](https://img.shields.io/github/license/peaceiris/actions-liche.svg)](https://github.com/peaceiris/actions-liche/blob/master/LICENSE)
[![release](https://img.shields.io/github/release/peaceiris/actions-liche.svg)](https://github.com/peaceiris/actions-liche/releases/latest)
[![GitHub release date](https://img.shields.io/github/release-date/peaceiris/actions-liche.svg)](https://github.com/peaceiris/actions-liche/releases)

## GitHub Actions for liche

- [raviqqe/liche: Fast Link Checker for Markdown and HTML in Go](https://github.com/raviqqe/liche)

GitHub Actions for liche

## Getting started

### Create `main.workflow`

```hcl
workflow "Main workflow" {
on = "push"
resolves = ["liche"]
}

action "liche" {
uses = "peaceiris/actions-liche@v0.1.0"
args = ["-r", "./content"]
}
```

## License

[MIT License - peaceiris/actions-liche]

[MIT License - peaceiris/actions-liche]: https://github.com/peaceiris/actions-liche/blob/master/LICENSE

## About the author

- [peaceiris's homepage](https://peaceiris.com/)