1
0
mirror of https://github.com/esphome/esphome.git synced 2025-11-04 00:51:49 +00:00

Fix yamllint (#6253)

This commit is contained in:
Jesse Hills
2024-02-21 17:14:30 +13:00
committed by GitHub
parent e847039ffd
commit 75af4c3d62
23 changed files with 83 additions and 70 deletions

View File

@@ -1,5 +1,7 @@
---
name: YAML lint
# yamllint disable-line rule:truthy
on:
push:
branches: [dev, beta, release]
@@ -20,3 +22,5 @@ jobs:
uses: actions/checkout@v4.1.1
- name: Run yamllint
uses: frenck/action-yamllint@v1.5.0
with:
strict: true