From 0d018d53f1cb2f0576b4b52632eae449268e7d4e Mon Sep 17 00:00:00 2001 From: epenet <6771947+epenet@users.noreply.github.com> Date: Tue, 31 Jan 2023 09:31:49 +0100 Subject: [PATCH] Don't run tests if ruff fails (#87003) --- .github/workflows/ci.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index f11baaca6d0..c2aad1fddab 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -801,8 +801,9 @@ jobs: - gen-requirements-all - hassfest - lint-black - - lint-other - lint-isort + - lint-other + - lint-ruff - mypy strategy: fail-fast: false @@ -922,8 +923,9 @@ jobs: - gen-requirements-all - hassfest - lint-black - - lint-other - lint-isort + - lint-other + - lint-ruff - mypy strategy: fail-fast: false