Skip to content

No yamllint exceptions #936

No yamllint exceptions

No yamllint exceptions #936

---
name: ESPHome
## This workflow exists to keep branch protection happy in the event of
## no changes being made to the esphome directory.
on: # yamllint disable-line rule:truthy
pull_request:
paths-ignore:
- 'esphome/**'
- '.github/workflows/esphome**'
push:
branches: [main]
paths-ignore:
- 'esphome/**'
- '.github/workflows/esphome**'
schedule:
- cron: 0 12 * * *
jobs:
# This is used by branch protections
final:
name: Final ESPHome check
runs-on: ubuntu-latest
steps:
- run: 'echo "No build required"'