Files
addons/.github/main.workflow
Pascal Vizeli 8a75cf5477 fix description
2019-03-08 17:26:51 +01:00

18 lines
256 B
HCL

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