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:
22
.github/workflows/validate.yaml
vendored
Normal file
22
.github/workflows/validate.yaml
vendored
Normal 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"
|
||||
Reference in New Issue
Block a user