Skip to content

Commit

Permalink
chore: hacs validate fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vermut committed May 4, 2024
1 parent 20f3b87 commit 5956e75
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,20 @@ name: Validate

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

jobs:
hacs:
runs-on: ubuntu-latest
name: HACS
validate-hacs:
runs-on: "ubuntu-latest"
steps:
- name: Check out the repository
uses: "actions/[email protected]"

- uses: "actions/checkout@v3"
- name: HACS validation
uses: "hacs/action@21.2.2"
uses: "hacs/action@main"
with:
category: "integration"
category: integration

hassfest:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 5956e75

Please sign in to comment.