Skip to content

adding pipeline, logo and license #1

adding pipeline, logo and license

adding pipeline, logo and license #1

Workflow file for this run

name: HACS Integration
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.10'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install hacs
- name: Validate HACS
run: |
hacs validate --action validate