Create validate.yaml

This commit is contained in:
GyroGearl00se
2025-02-19 00:01:40 +01:00
committed by GitHub
parent d62cf9585b
commit 6fa20da1d4

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

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