Skip to content

HACS Action

HACS Action #546

Workflow file for this run

name: HACS Action
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: 'plugin'