mirror of
https://github.com/junkfix/config-editor.git
synced 2026-02-22 18:26:40 +01:00
Create actions.yml
This commit is contained in:
parent
4e88fb2de6
commit
f0c8807311
18
.github/workflows/actions.yml
vendored
Normal file
18
.github/workflows/actions.yml
vendored
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
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"
|
||||
Loading…
Reference in a new issue