Skip to content

[i2s_audio] Rebase with ESPHome to prepare for merging #59

[i2s_audio] Rebase with ESPHome to prepare for merging

[i2s_audio] Rebase with ESPHome to prepare for merging #59

Workflow file for this run

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