mirror of
https://github.com/junkfix/config-editor-card.git
synced 2026-04-10 15:58:56 +02:00
Create validate.yml
This commit is contained in:
parent
c47d21d304
commit
b881e60215
18
.github/workflows/validate.yml
vendored
Normal file
18
.github/workflows/validate.yml
vendored
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
name: Validate
|
||||
|
||||
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: "plugin"
|
||||
Loading…
Reference in a new issue