Files
addons/.github/main.workflow
Pascal Vizeli cd020b0566 Add jq (#533)
2019-03-04 09:43:54 +01:00

18 lines
316 B
HCL

workflow "Checks" {
on = "push"
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"
}