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:
17
.github/workflows/validate.yaml
vendored
17
.github/workflows/validate.yaml
vendored
@@ -1,22 +1,25 @@
|
|||||||
name: Validate repo
|
name: Validate repo
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
|
||||||
pull_request:
|
pull_request:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
schedule:
|
schedule:
|
||||||
- cron: "0 0 * * *"
|
- cron: "0 0 * * *"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
hassfest:
|
hassfest:
|
||||||
name: Validate with hassfest
|
name: Validate with hassfest
|
||||||
runs-on: "ubuntu-latest"
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: "actions/checkout@v4"
|
- uses: actions/checkout@v6
|
||||||
- uses: "home-assistant/actions/hassfest@master"
|
- uses: home-assistant/actions/hassfest@master
|
||||||
|
|
||||||
hacs:
|
hacs:
|
||||||
name: Validate with HACS
|
name: Validate with HACS
|
||||||
runs-on: "ubuntu-latest"
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: "hacs/action@main"
|
- uses: hacs/action@main
|
||||||
with:
|
with:
|
||||||
category: "integration"
|
category: integration
|
||||||
|
|||||||
Reference in New Issue
Block a user