first commit
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
name: "Validation And Formatting"
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: '0 0 * * *'
|
||||
jobs:
|
||||
hacs:
|
||||
runs-on: "ubuntu-latest"
|
||||
name: HACS
|
||||
steps:
|
||||
- name: Check out the repository
|
||||
uses: "actions/checkout@v3"
|
||||
|
||||
- name: HACS validation
|
||||
uses: "hacs/action@main"
|
||||
with:
|
||||
category: "integration"
|
||||
|
||||
hassfest:
|
||||
runs-on: "ubuntu-latest"
|
||||
name: Hassfest
|
||||
steps:
|
||||
- name: Check out the repository
|
||||
uses: "actions/checkout@v3"
|
||||
|
||||
- name: Hassfest validation
|
||||
uses: "home-assistant/actions/hassfest@master"
|
||||
Reference in New Issue
Block a user