Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
frlequ committed Oct 13, 2024
1 parent b544eaa commit e5a72da
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 48 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/hassfest.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Validate with hassfest

on:
push:
pull_request:
schedule:
- cron: "0 0 * * *"

jobs:
validate:
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@v3"
- uses: home-assistant/actions/hassfest@master
46 changes: 0 additions & 46 deletions .github/workflows/python_check.yml

This file was deleted.

3 changes: 1 addition & 2 deletions .github/workflows/validate.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Validate

on:
push:
push:
pull_request:
schedule:
- cron: "0 0 * * *"
Expand All @@ -11,7 +11,6 @@ jobs:
validate-hacs:
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@v3"
- name: HACS validation
uses: "hacs/action@main"
with:
Expand Down

0 comments on commit e5a72da

Please sign in to comment.