mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-19 15:16:33 +00:00
Check json files too
This commit is contained in:
parent
58a455d639
commit
9ba4ea7d18
10
.github/main.workflow
vendored
10
.github/main.workflow
vendored
@ -1,8 +1,16 @@
|
|||||||
workflow "tox" {
|
workflow "tox" {
|
||||||
on = "push"
|
on = "push"
|
||||||
resolves = ["Python 3.7"]
|
resolves = [
|
||||||
|
"Python 3.7",
|
||||||
|
"Json Files",
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
action "Python 3.7" {
|
action "Python 3.7" {
|
||||||
uses = "home-assistant/actions/py37-tox@master"
|
uses = "home-assistant/actions/py37-tox@master"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
action "Json Files" {
|
||||||
|
uses = "home-assistant/actions/jq@master"
|
||||||
|
args = "**/*.json"
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user