1
0
mirror of https://github.com/natekspencer/hacs-oasis_mini.git synced 2025-12-06 18:44:14 -05:00

Merge pull request #108 from natekspencer/validate-workflow

Updates the GitHub Actions validation workflow with configuration refinements
This commit is contained in:
Nathan Spencer
2025-11-26 13:08:50 -07:00
committed by GitHub

View File

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