Fix indentation
This commit is contained in:
11
.github/workflows/validate_esphome_beta.yml
vendored
11
.github/workflows/validate_esphome_beta.yml
vendored
@@ -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
|
||||||
...
|
...
|
||||||
|
|
||||||
Reference in New Issue
Block a user