Skip to content

Add MIT LICENSE to fix HACS license check #85

Add MIT LICENSE to fix HACS license check

Add MIT LICENSE to fix HACS license check #85

Workflow file for this run

name: Validate
on:
push:
branches: [main]
pull_request:
schedule:
- cron: "0 0 * * *"
workflow_dispatch:
jobs:
hassfest:
name: Validate with hassfest
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Run hassfest
uses: home-assistant/actions/hassfest@master
hacs:
name: Validate with HACS
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Run HACS validation
uses: hacs/action@main
with:
category: integration