mirror of
https://github.com/natekspencer/hacs-oasis_mini.git
synced 2025-11-17 09:33:41 -05:00
23 lines
426 B
YAML
23 lines
426 B
YAML
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"
|