From 98aa3d51ed813c6bfe4001ed78a69ea43471f9d8 Mon Sep 17 00:00:00 2001 From: Jesse Hills <3060199+jesserockz@users.noreply.github.com> Date: Wed, 3 Aug 2022 07:27:45 +1200 Subject: [PATCH] Show changes from python linting (#3677) --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 19c7953d9b..1705610947 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -131,7 +131,7 @@ jobs: if: matrix.id == 'ci-custom' - name: Lint Python - run: script/lint-python + run: script/lint-python -a if: matrix.id == 'lint-python' - run: esphome compile ${{ matrix.file }} @@ -163,4 +163,4 @@ jobs: - name: Suggested changes run: script/ci-suggest-changes - if: always() && (matrix.id == 'clang-tidy' || matrix.id == 'clang-format') + if: always() && (matrix.id == 'clang-tidy' || matrix.id == 'clang-format' || matrix.id == 'lint-python')