mirror of
https://github.com/ludeeus/action-shellcheck.git
synced 2025-01-18 17:41:58 +01: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"
|
|
} |