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: over 1 year 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 (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-19T15:03:46.000Z (almost 7 years ago)
- Last Synced: 2024-10-30T07:47:25.345Z (over 1 year 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
[](https://github.com/peaceiris/actions-muffet/blob/master/LICENSE)
[](https://github.com/peaceiris/actions-muffet/releases/latest)
[](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/actions-muffet@v0.5.3"
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/)