Skip to content

Fix HACS packaging and config flow compatibility #4

Fix HACS packaging and config flow compatibility

Fix HACS packaging and config flow compatibility #4

Workflow file for this run

name: Validate
on:
push:
pull_request:
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-python@v6
with:
python-version: "3.13"
- run: pip install pytest ruff
- run: ruff check .
- run: pytest