Skip to content

build with ESPHome 2024.12.0 #208

build with ESPHome 2024.12.0

build with ESPHome 2024.12.0 #208

Workflow file for this run

name: YAML lint
on:
push:
branches: [main]
paths:
- "**.yaml"
- "**.yml"
pull_request:
jobs:
yamllint:
name: 🧹 yamllint
runs-on: ubuntu-latest
steps:
- name: ⤵️ Check out configuration from GitHub
uses: actions/[email protected]
- name: 🚀 Run yamllint
run: yamllint --strict .