Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/peaceiris/actions-muffet
GitHub Actions for muffet (Fast website link checker in Go)
https://github.com/peaceiris/actions-muffet
github-actions
Last synced: 15 days ago
JSON representation
GitHub Actions for muffet (Fast website link checker in Go)
- Host: GitHub
- URL: https://github.com/peaceiris/actions-muffet
- Owner: peaceiris
- License: mit
- Archived: true
- Created: 2019-05-13T06:13:04.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-08-19T15:03:46.000Z (about 5 years ago)
- Last Synced: 2024-08-01T16:35:20.371Z (3 months ago)
- Topics: github-actions
- Language: Dockerfile
- Homepage:
- Size: 20.5 KB
- Stars: 3
- Watchers: 2
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![license](https://img.shields.io/github/license/peaceiris/actions-muffet.svg)](https://github.com/peaceiris/actions-muffet/blob/master/LICENSE)
[![release](https://img.shields.io/github/release/peaceiris/actions-muffet.svg)](https://github.com/peaceiris/actions-muffet/releases/latest)
[![GitHub release date](https://img.shields.io/github/release-date/peaceiris/actions-muffet.svg)](https://github.com/peaceiris/actions-muffet/releases)## GitHub Actions for muffet
- [raviqqe/muffet: Fast website link checker in Go](https://github.com/raviqqe/muffet)
## Getting started
### Create `main.workflow`
```hcl
workflow "Main workflow" {
on = "push"
resolves = ["muffet"]
}action "is-branch-master" {
uses = "actions/bin/filter@master"
args = "branch master"
}action "muffet" {
needs = "is-branch-master"
uses = "peaceiris/[email protected]"
args = ["https://example.com"]
}
```## License
[MIT License - peaceiris/actions-muffet]
[MIT License - peaceiris/actions-muffet]: https://github.com/peaceiris/actions-muffet/blob/master/LICENSE
## About the author
- [peaceiris's homepage](https://peaceiris.com/)