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:
8
.github/main.workflow
vendored
Normal file
8
.github/main.workflow
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
workflow "tox" {
|
||||
on = "push"
|
||||
resolves = ["Python 3.7"]
|
||||
}
|
||||
|
||||
action "Python 3.7" {
|
||||
uses = "home-assistant/actions/py37-tox@master"
|
||||
}
|
||||
Reference in New Issue
Block a user