This commit is contained in:
Pascal Vizeli
2019-03-04 09:43:54 +01:00
committed by GitHub
parent fa1de02f1f
commit cd020b0566

10
.github/main.workflow vendored
View File

@@ -1,9 +1,17 @@
workflow "Checks" {
on = "push"
resolves = ["Shell-Scripts"]
resolves = [
"Shell-Scripts",
"home-assistant/actions/jq@master",
]
}
action "Shell-Scripts" {
uses = "actions/bin/shellcheck@master"
args = "**/*.sh"
}
action "home-assistant/actions/jq@master" {
uses = "home-assistant/actions/jq@master"
args = "**/*.json"
}