Don't run tests if lint-ruff-format fails (#119291)

This commit is contained in:
epenet
2024-06-10 14:55:47 +02:00
committed by GitHub
parent bedff29165
commit 9c12067565

View File

@@ -746,6 +746,7 @@ jobs:
- hassfest - hassfest
- lint-other - lint-other
- lint-ruff - lint-ruff
- lint-ruff-format
- mypy - mypy
- prepare-pytest-full - prepare-pytest-full
strategy: strategy:
@@ -863,6 +864,7 @@ jobs:
- hassfest - hassfest
- lint-other - lint-other
- lint-ruff - lint-ruff
- lint-ruff-format
- mypy - mypy
strategy: strategy:
fail-fast: false fail-fast: false
@@ -986,6 +988,7 @@ jobs:
- hassfest - hassfest
- lint-other - lint-other
- lint-ruff - lint-ruff
- lint-ruff-format
- mypy - mypy
strategy: strategy:
fail-fast: false fail-fast: false
@@ -1128,6 +1131,7 @@ jobs:
- hassfest - hassfest
- lint-other - lint-other
- lint-ruff - lint-ruff
- lint-ruff-format
- mypy - mypy
strategy: strategy:
fail-fast: false fail-fast: false