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"]
}
This repository has been archived by the owner on Aug 19, 2019. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 4
GitHub Actions for muffet (Fast website link checker in Go)
License
peaceiris/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)
Topics
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published