Fix indentation

This commit is contained in:
Edward Firmo
2024-06-19 09:24:27 +02:00
parent 6731da7bc5
commit 593b77c20a

View File

@@ -1,15 +1,15 @@
--- ---
name: Validate ESPHome (Beta) name: Validate ESPHome (Beta)
# yamllint disable-line rule:truthy # yamllint disable-line rule:truthy
on: on:
workflow_dispatch: workflow_dispatch:
concurrency: concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true cancel-in-progress: true
jobs: jobs:
setup_dependencies: setup_dependencies:
name: Setup & Cache Dependencies name: Setup & Cache Dependencies
runs-on: ubuntu-latest runs-on: ubuntu-latest
@@ -98,4 +98,3 @@
yaml_file: ${{ matrix.yaml_file }} yaml_file: ${{ matrix.yaml_file }}
version: beta version: beta
... ...