Skip to content

Fixed lint, manifest bug, and deprecated HA code. #164

Fixed lint, manifest bug, and deprecated HA code.

Fixed lint, manifest bug, and deprecated HA code. #164

Workflow file for this run

name: Validate
on:
# push:
# pull_request:
# schedule:
# - cron: "0 0 * * *"
release:
types: [published]
workflow_dispatch:
jobs:
validate:
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@v2"
- name: HACS validation
uses: "hacs/action@main"
with:
category: "integration"