Don't run tests if lint-ruff-format fails (#119291)
This commit is contained in:
parent
bedff29165
commit
9c12067565
1 changed files with 4 additions and 0 deletions
4
.github/workflows/ci.yaml
vendored
4
.github/workflows/ci.yaml
vendored
|
@ -746,6 +746,7 @@ jobs:
|
|||
- hassfest
|
||||
- lint-other
|
||||
- lint-ruff
|
||||
- lint-ruff-format
|
||||
- mypy
|
||||
- prepare-pytest-full
|
||||
strategy:
|
||||
|
@ -863,6 +864,7 @@ jobs:
|
|||
- hassfest
|
||||
- lint-other
|
||||
- lint-ruff
|
||||
- lint-ruff-format
|
||||
- mypy
|
||||
strategy:
|
||||
fail-fast: false
|
||||
|
@ -986,6 +988,7 @@ jobs:
|
|||
- hassfest
|
||||
- lint-other
|
||||
- lint-ruff
|
||||
- lint-ruff-format
|
||||
- mypy
|
||||
strategy:
|
||||
fail-fast: false
|
||||
|
@ -1128,6 +1131,7 @@ jobs:
|
|||
- hassfest
|
||||
- lint-other
|
||||
- lint-ruff
|
||||
- lint-ruff-format
|
||||
- mypy
|
||||
strategy:
|
||||
fail-fast: false
|
||||
|
|
Loading…
Add table
Reference in a new issue