mirror of
https://github.com/sdras/awesome-actions.git
synced 2024-10-01 00:55:38 -04: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"
|
|
}
|