This repository has been archived on 2026-05-18. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
openjibo-haint-old/.github/workflows/validate.yml
Zane V 2f5756b1f6
Some checks failed
Validate / validate-hacs (push) Has been cancelled
add HACS action
2026-05-17 21:23:15 -04:00

17 lines
290 B
YAML

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