Skip to content

Bump esphome/workflows from 2024.12.0 to 2025.1.0 #249

Bump esphome/workflows from 2024.12.0 to 2025.1.0

Bump esphome/workflows from 2024.12.0 to 2025.1.0 #249

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/checkout@v4.2.2
- name: 🚀 Run yamllint
run: yamllint --strict .