1
0
mirror of https://github.com/natekspencer/hacs-oasis_mini.git synced 2025-11-08 05:03:52 -05:00

Add validate GHA

This commit is contained in:
Nathan Spencer
2024-07-08 10:35:00 -06:00
parent e3d8ac927b
commit e5c979fab4

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

@@ -0,0 +1,22 @@
name: Validate repo
on:
push:
pull_request:
schedule:
- cron: "0 0 * * *"
jobs:
hassfest:
name: Validate with hassfest
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@v4"
- uses: "home-assistant/actions/hassfest@master"
hacs:
name: Validate with HACS
runs-on: "ubuntu-latest"
steps:
- uses: "hacs/action@main"
with:
category: "integration"