Skip to content

Commit

Permalink
merge actions
Browse files Browse the repository at this point in the history
  • Loading branch information
hugobloem authored Aug 24, 2023
1 parent 9687bb8 commit 30102ed
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 31 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/hacs.yml

This file was deleted.

14 changes: 0 additions & 14 deletions .github/workflows/hassfest.yml

This file was deleted.

35 changes: 35 additions & 0 deletions .github/workflows/validate.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
name: "Validate"

on:
workflow_dispatch:
schedule:
- cron: "0 0 * * *"
push:
branches:
- "main"
pull_request:
branches:
- "main"

jobs:
hassfest: # https://developers.home-assistant.io/blog/2020/04/16/hassfest
name: "Hassfest Validation"
runs-on: "ubuntu-latest"
steps:
- name: "Checkout the repository"
uses: "actions/[email protected]"

- name: "Run hassfest validation"
uses: "home-assistant/actions/hassfest@master"

hacs: # https://github.com/hacs/action
name: "HACS Validation"
runs-on: "ubuntu-latest"
steps:
- name: "Checkout the repository"
uses: "actions/[email protected]"

- name: "Run HACS validation"
uses: "hacs/action@main"
with:
category: "integration"

0 comments on commit 30102ed

Please sign in to comment.