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"]
}
forked from peaceiris/actions-muffet
-
Notifications
You must be signed in to change notification settings - Fork 0
GitHub Actions for muffet (Fast website link checker in Go)
License
mattorb/actions-muffet
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
GitHub Actions for muffet (Fast website link checker in Go)
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published
Languages
- Dockerfile 76.1%
- HCL 23.9%