Create actions.yml

This commit is contained in:
junkfix 2024-04-05 22:50:51 +01:00 committed by GitHub
parent 4e88fb2de6
commit f0c8807311
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

18
.github/workflows/actions.yml vendored Normal file
View 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"