Delete main.workflow

This commit is contained in:
Pascal Vizeli 2019-04-01 13:57:42 +02:00 committed by GitHub
parent 06a2ab26a2
commit dee2808cb5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

16
.github/main.workflow vendored
View File

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