Skip to content

HACS Validate

HACS Validate #264

Workflow file for this run

name: HACS Validate
on:
push:
tags:
- 'v*'
schedule:
- cron: "0 0 * * *"
jobs:
validate-hacs:
if: github.repository == 'nathan-gs/ha-map-card'
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@v4"
- name: HACS validation
uses: "hacs/action@main"
with:
category: "plugin"