mirror of
https://github.com/joBr99/nspanel-lovelace-ui.git
synced 2025-12-22 07:24:24 +01:00
19 lines
308 B
YAML
19 lines
308 B
YAML
name: Validate with HACS
|
|
|
|
on:
|
|
push:
|
|
pull_request:
|
|
schedule:
|
|
- cron: "0 0 * * *"
|
|
|
|
jobs:
|
|
hacs:
|
|
name: HACS Action
|
|
runs-on: "ubuntu-latest"
|
|
steps:
|
|
- uses: "actions/checkout@v2"
|
|
- name: HACS Action
|
|
uses: "hacs/action@main"
|
|
with:
|
|
category: "appdaemon"
|