mirror of
https://github.com/home-assistant/core.git
synced 2025-08-04 05:05:09 +02:00
Don't run tests if lint-ruff-format fails (#119291)
This commit is contained in:
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
|
||||
|
Reference in New Issue
Block a user