Skip to content

Options flow fixes (0.6.1) and human-readable menu labels #20

Options flow fixes (0.6.1) and human-readable menu labels

Options flow fixes (0.6.1) and human-readable menu labels #20

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/