diff --git a/.github/main.workflow b/.github/main.workflow deleted file mode 100644 index 8375d5b87..000000000 --- a/.github/main.workflow +++ /dev/null @@ -1,16 +0,0 @@ -workflow "tox" { - on = "push" - resolves = [ - "Python 3.7", - "Json Files", - ] -} - -action "Python 3.7" { - uses = "home-assistant/actions/py37-tox@master" -} - -action "Json Files" { - uses = "home-assistant/actions/jq@master" - args = "**/*.json" -}