Skip to content

Commit

Permalink
hassfest correction
Browse files Browse the repository at this point in the history
  • Loading branch information
rine77 committed Oct 28, 2024
1 parent e9e46bb commit 5a4d46b
Showing 1 changed file with 7 additions and 13 deletions.
20 changes: 7 additions & 13 deletions .github/workflows/hassfest.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,14 @@
name: hassfest
name: Validate with hassfest

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

jobs:
hassfest:
runs-on: ubuntu-latest
validate:
runs-on: "ubuntu-latest"
steps:
- name: Checkout code
uses: actions/checkout@v2

- name: Run hassfest
uses: home-assistant/actions/hassfest@main

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

0 comments on commit 5a4d46b

Please sign in to comment.