Skip to content

Commit

Permalink
Workflows.
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Warren committed May 18, 2023
1 parent 98a0017 commit d70bf4e
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
File renamed without changes.
15 changes: 15 additions & 0 deletions .github/workflows/validate-hassfest.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
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"

0 comments on commit d70bf4e

Please sign in to comment.