mirror of
https://github.com/sususweet/midea-meiju-codec.git
synced 2025-10-14 18:28:28 +00:00
Update and rename main.yml to validate.yml
This commit is contained in:
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@@ -1,2 +0,0 @@
|
||||
- name: HACS Action
|
||||
uses: hacs/action@22.5.0
|
23
.github/workflows/validate.yml
vendored
Normal file
23
.github/workflows/validate.yml
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
name: Validate
|
||||
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
schedule:
|
||||
- cron: 0 0 * * *
|
||||
|
||||
jobs:
|
||||
hassfest:
|
||||
name: hassfest
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: home-assistant/actions/hassfest@master
|
||||
hacs:
|
||||
name: HACS
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: HACS Action
|
||||
uses: hacs/action@main
|
||||
with:
|
||||
category: integration
|
Reference in New Issue
Block a user