Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Validate with HACS #688

Validate with HACS

Validate with HACS #688

Workflow file for this run

name: Validate with HACS
on:
pull_request:
branches:
- main
paths:
- "custom_components/soma_connect/**"
- "pyproject.toml"
- "poetry.lock"
schedule:
- cron: "0 0 * * *"
jobs:
validate:
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@v4"
- name: HACS validation
uses: "hacs/action@main"
with:
category: "integration"