[skip ci] remove workflow

This commit is contained in:
Pascal Vizeli
2019-04-25 09:34:24 +02:00
parent 137d98817a
commit b8ca92f23c

17
.github/main.workflow vendored
View File

@@ -1,17 +0,0 @@
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"
}