Skip to content

feat(container)!: Update ghcr.io/esphome/esphome Docker tag to 2024.12.2 #3541

feat(container)!: Update ghcr.io/esphome/esphome Docker tag to 2024.12.2

feat(container)!: Update ghcr.io/esphome/esphome Docker tag to 2024.12.2 #3541

Workflow file for this run

---
name: Lint
on: # yamllint disable-line rule:truthy
workflow_dispatch:
pull_request:
jobs:
yaml:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- name: yamllint
uses: reviewdog/action-yamllint@v1
with:
github_token: ${{ secrets.github_token }}
reporter: github-pr-review
yamllint_flags: '-c .github/yamllint.config.yaml ./cluster/'