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)
- Host: GitHub
- URL: https://github.com/peaceiris/actions-liche
- Owner: peaceiris
- License: mit
- Archived: true
- Created: 2019-05-13T08:45:48.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-19T14:58:39.000Z (almost 7 years ago)
- Last Synced: 2024-10-30T07:47:25.257Z (over 1 year ago)
- Topics: github-actions
- Language: Dockerfile
- Homepage:
- Size: 18.6 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/peaceiris/actions-liche/blob/master/LICENSE)
[](https://github.com/peaceiris/actions-liche/releases/latest)
[](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)

## 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/)