mirror of
https://github.com/sdras/awesome-actions.git
synced 2025-02-07 19:05:20 -05:00
9 lines
146 B
HCL
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"
|
|
}
|