Skip to content

Fix site-only setup and site energy entities (#184) #210

Fix site-only setup and site energy entities (#184)

Fix site-only setup and site energy entities (#184) #210

Workflow file for this run

name: CI
permissions:
contents: read
checks: write
pull-requests: write
on:
push:
branches:
- main
- 'release/**'
paths:
- 'custom_components/**'
- 'tests_enphase_ev/**'
- 'scripts/validate_quality_scale.py'
- 'pyproject.toml'
- '.ruff.toml'
- '.github/workflows/tests.yml'
- '.github/workflows/ci.yml'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
checks:
uses: ./.github/workflows/tests.yml
secrets: inherit