Skip to content

Merge pull request #35 from gjohansson-ST/gj-20250107-04 #496

Merge pull request #35 from gjohansson-ST/gj-20250107-04

Merge pull request #35 from gjohansson-ST/gj-20250107-04 #496

Workflow file for this run

name: Validate
on:
push:
pull_request:
schedule:
- cron: "0 0 * * *"
jobs:
validate:
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@v2"
- name: HACS validation
uses: "hacs/action@main"
with:
category: "integration"