awesome-actions/.github/main.workflow
Gary Ewan Park bdf198febe
Switch to run check on Pull Request
To see if this will then show up in Pull Request checks
2019-03-04 22:46:26 +00:00

9 lines
154 B
HCL

workflow "Lint Awesome List" {
on = "pull_request"
resolves = ["max/awesome-lint"]
}
action "max/awesome-lint" {
uses = "max/awesome-lint@1.0.0"
}