1
0
mirror of https://github.com/home-assistant/supervisor.git synced 2025-12-24 20:35:55 +00:00

Replace travis

This commit is contained in:
Pascal Vizeli
2019-03-04 10:03:54 +01:00
committed by GitHub
parent 5778f78f28
commit 4e1469ada4

8
.github/main.workflow vendored Normal file
View File

@@ -0,0 +1,8 @@
workflow "tox" {
on = "push"
resolves = ["Python 3.7"]
}
action "Python 3.7" {
uses = "home-assistant/actions/py37-tox@master"
}