From 2b7287e89d2c8c71a55428c446766f6979fd1fb7 Mon Sep 17 00:00:00 2001 From: Edward Firmo <94725493+edwardtfn@users.noreply.github.com> Date: Thu, 18 Apr 2024 19:43:03 +0200 Subject: [PATCH] Lint --- .github/workflows/validate_esphome.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/validate_esphome.yml b/.github/workflows/validate_esphome.yml index f16e191..9f53ef5 100644 --- a/.github/workflows/validate_esphome.yml +++ b/.github/workflows/validate_esphome.yml @@ -39,7 +39,7 @@ jobs: cache-hit-idf-v4: ${{ steps.cache-idf-v4.outputs.cache-hit }} cache-hit-idf-v5: ${{ steps.cache-idf-v5.outputs.cache-hit }} cache-hit-arduino: ${{ steps.cache-arduino.outputs.cache-hit }} - + steps: - name: Checkout repository uses: actions/checkout@main