diff --git a/.github/main.workflow b/.github/main.workflow deleted file mode 100644 index 83bdce6..0000000 --- a/.github/main.workflow +++ /dev/null @@ -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" -}