Skip to content

Bump esphome from 2024.5.5 to 2024.10.3 #25

Bump esphome from 2024.5.5 to 2024.10.3

Bump esphome from 2024.5.5 to 2024.10.3 #25

Workflow file for this run

name: CI
on:
pull_request:
push:
branches: [main]
jobs:
pre-commit:
name: "Linting and formatting"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python 3.11
uses: actions/setup-python@v5
with:
python-version: "3.11"
cache: "pip"
- name: "Install Python dependencies"
run: |
python -m pip install --upgrade pip
python -m pip install -r requirements.txt
- uses: pre-commit/[email protected]
# - uses: pre-commit-ci/[email protected]
# if: always()