action-shellcheck/.github/main.workflow

8 lines
139 B
Plaintext
Raw Normal View History

2019-03-09 11:25:14 +01:00
workflow "Trigger: Push" {
on = "push"
resolves = ["Shellcheck"]
2019-03-09 11:25:14 +01:00
}
action "Shellcheck" {
uses = "ludeeus/action-shellcheck@master"
}