mirror of
https://github.com/ludeeus/action-shellcheck.git
synced 2025-04-04 17:29:20 +02:00
8 lines
139 B
HCL
8 lines
139 B
HCL
workflow "Trigger: Push" {
|
|
on = "push"
|
|
resolves = ["Shellcheck"]
|
|
}
|
|
|
|
action "Shellcheck" {
|
|
uses = "ludeeus/action-shellcheck@master"
|
|
} |