mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 20:57:21 +00:00
Fix actions with tox (#21642)
* Fix actions with tox * Update main.workflow
This commit is contained in:
parent
5efcbc5043
commit
5c9f266672
3
.github/main.workflow
vendored
3
.github/main.workflow
vendored
@ -5,12 +5,15 @@ workflow "Tox" {
|
||||
|
||||
action "Python 3.7" {
|
||||
uses = "home-assistant/actions/py37-tox@master"
|
||||
args = "-e lint,pylint,typing,cov"
|
||||
}
|
||||
|
||||
action "Python 3.6" {
|
||||
uses = "home-assistant/actions/py36-tox@master"
|
||||
args = "-e lint,pylint,typing"
|
||||
}
|
||||
|
||||
action "Python 3.5" {
|
||||
uses = "home-assistant/actions/py35-tox@master"
|
||||
args = "-e lint,pylint,typing"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user