mirror of
https://github.com/junkfix/config-editor.git
synced 2026-05-21 12:14:49 +02:00
19 lines
319 B
YAML
19 lines
319 B
YAML
name: Hacs Actions
|
|
|
|
on:
|
|
push:
|
|
pull_request:
|
|
#schedule:
|
|
# - cron: "0 0 * * *"
|
|
#workflow_dispatch:
|
|
|
|
jobs:
|
|
validate-hacs:
|
|
runs-on: "ubuntu-latest"
|
|
steps:
|
|
- uses: "actions/checkout@v3"
|
|
- name: HACS validation
|
|
uses: "hacs/action@main"
|
|
with:
|
|
category: "integration"
|