awesome-actions/.github/main.workflow
Gary Ewan Park c21d91d608
Update main.workflow
Pin to version 1.0.0 of awesome-lint action
2019-03-02 19:24:48 +00:00

9 lines
146 B
HCL

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