Skip to content

Merge branch 'master' of https://github.com/dezihh/my-harmony-card #200

Merge branch 'master' of https://github.com/dezihh/my-harmony-card

Merge branch 'master' of https://github.com/dezihh/my-harmony-card #200

Workflow file for this run

name: "Validate"
on:
workflow_dispatch:
schedule:
- cron: "0 0 * * *"
push:
branches:
- "master"
pull_request:
branches:
- "master"
jobs:
hacs: # https://github.com/hacs/action
name: "HACS Validation"
runs-on: "ubuntu-latest"
steps:
- name: "Checkout the repository"
uses: "actions/checkout@v3"
- name: "Run HACS validation"
uses: "hacs/action@main"
with:
category: "plugin"
# Remove this 'ignore' key when you have added brand images for your integration to https://github.com/home-assistant/brands
ignore: "brands"