Skip to content

Commit

Permalink
Fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
amitfin committed Apr 14, 2024
1 parent 284c11c commit 7d6e02b
Showing 1 changed file with 0 additions and 36 deletions.
36 changes: 0 additions & 36 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
@@ -1,41 +1,5 @@
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/checkout@v4.1.2"

- 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/checkout@v4.1.2"

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

name: "Validate"

on:
workflow_dispatch:
schedule:
Expand Down

0 comments on commit 7d6e02b

Please sign in to comment.