add workflows

This commit is contained in:
patman15
2024-12-20 20:26:00 +01:00
parent 9ba81852e9
commit 28e7b0a212
3 changed files with 57 additions and 0 deletions

19
.github/workflows/validate.yaml vendored Normal file
View File

@@ -0,0 +1,19 @@
name: Validate with HACS
on:
push:
pull_request:
workflow_dispatch:
schedule:
- cron: '0 5 * * 6'
jobs:
validate-hacs:
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@v4"
- name: HACS validation
uses: "hacs/action@main"
with:
category: "integration"