mirror of
https://github.com/sdras/awesome-actions.git
synced 2024-12-11 00:24:23 -05:00
9 lines
147 B
HCL
9 lines
147 B
HCL
workflow "Lint Awesome List" {
|
|
on = "push"
|
|
resolves = ["max/awesome-lint"]
|
|
}
|
|
|
|
action "max/awesome-lint" {
|
|
uses = "max/awesome-lint@master"
|
|
}
|