Skip to content
This repository has been archived by the owner on Dec 21, 2023. It is now read-only.

Commit

Permalink
fix validate
Browse files Browse the repository at this point in the history
  • Loading branch information
vlebourl committed Sep 14, 2023
1 parent 3a338a1 commit d895e2c
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Validate
name: Validate with hassfest

on:
push:
pull_request:
schedule:
- cron: "0 0 * * *"
Expand All @@ -9,11 +10,5 @@ jobs:
validate:
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@v3.6.0"
- name: HACS validation
uses: "hacs/action@22.5.0"
with:
ignore: "brands"
category: "integration"
comment: false

- uses: "actions/checkout@v3"
- uses: home-assistant/actions/hassfest@master

0 comments on commit d895e2c

Please sign in to comment.