From dee2808cb52952c45cf21f0e08ae4e77123ba320 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Mon, 1 Apr 2019 13:57:42 +0200 Subject: [PATCH] Delete main.workflow --- .github/main.workflow | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 .github/main.workflow 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" -}