Skip to content

Commit

Permalink
Merge pull request #8 from johnnybegood/actions
Browse files Browse the repository at this point in the history
Add github actions
  • Loading branch information
johnnybegood authored May 1, 2023
2 parents 03c6139 + bbd90cb commit 4fec673
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: Validate with hassfest

on:
pull_request:

jobs:
validate:
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@v3"
- uses: "home-assistant/actions/hassfest@master"

0 comments on commit 4fec673

Please sign in to comment.