Skip to content

Ship brand assets in custom_components for HA 2026.3+ #12

Ship brand assets in custom_components for HA 2026.3+

Ship brand assets in custom_components for HA 2026.3+ #12

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
jobs:
test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
python-version: ["3.11", "3.12"]
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install pytest
- name: Run unit tests
run: |
python -m pytest tests/ -v
- name: Verify all modules compile
run: |
python -m compileall -q custom_components/realme_scale tests/