forked from DigiLive/mushroom-strategy
Create validate.yml
This commit is contained in:
15
.github/workflows/validate.yml
vendored
Normal file
15
.github/workflows/validate.yml
vendored
Normal 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"
|
Reference in New Issue
Block a user