diff --git a/.github/main.workflow b/.github/main.workflow new file mode 100644 index 000000000..469e376ad --- /dev/null +++ b/.github/main.workflow @@ -0,0 +1,8 @@ +workflow "tox" { + on = "push" + resolves = ["Python 3.7"] +} + +action "Python 3.7" { + uses = "home-assistant/actions/py37-tox@master" +}