1
0
mirror of https://github.com/home-assistant/supervisor.git synced 2026-05-22 07:38:49 +01:00
Files
supervisor/.github/main.workflow
T
2019-03-07 10:03:07 +01:00

17 lines
253 B
HCL

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"
}