mirror of
https://github.com/natekspencer/hacs-oasis_mini.git
synced 2025-12-07 02:54:12 -05:00
26 lines
442 B
YAML
26 lines
442 B
YAML
name: Validate repo
|
|
|
|
on:
|
|
pull_request:
|
|
push:
|
|
branches:
|
|
- main
|
|
schedule:
|
|
- cron: "0 0 * * *"
|
|
|
|
jobs:
|
|
hassfest:
|
|
name: Validate with hassfest
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@v6
|
|
- uses: home-assistant/actions/hassfest@master
|
|
|
|
hacs:
|
|
name: Validate with HACS
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: hacs/action@main
|
|
with:
|
|
category: integration
|