From 9c120675656455177a326525bf181d863b789c0b Mon Sep 17 00:00:00 2001 From: epenet <6771947+epenet@users.noreply.github.com> Date: Mon, 10 Jun 2024 14:55:47 +0200 Subject: [PATCH] Don't run tests if lint-ruff-format fails (#119291) --- .github/workflows/ci.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index fd4aaeed526..499319ff99f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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