Skip to content

Merge remote-tracking branch 'origin/add-github-actions' into add-git… #2

Merge remote-tracking branch 'origin/add-github-actions' into add-git…

Merge remote-tracking branch 'origin/add-github-actions' into add-git… #2

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"