diff --git a/.github/main.workflow b/.github/main.workflow index 469e376ad..8375d5b87 100644 --- a/.github/main.workflow +++ b/.github/main.workflow @@ -1,8 +1,16 @@ workflow "tox" { on = "push" - resolves = ["Python 3.7"] + 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" +}