Create validate.yml

This commit is contained in:
Aalian Khan
2023-03-26 16:32:29 -04:00
committed by GitHub
parent f3c033cb5e
commit fae08ec0fe

15
.github/workflows/validate.yml vendored Normal file
View File

@@ -0,0 +1,15 @@
name: HACS validation
on:
push:
branches:
- main
jobs:
validate:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: HACS validation
uses: "hacs/action@main"
with:
category: "plugin"