Skip to content

Commit

Permalink
Add action for validations
Browse files Browse the repository at this point in the history
  • Loading branch information
Nezz authored May 3, 2024
1 parent 8ed5485 commit d348c49
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: Validations

on:
push:
branches:
- master
pull_request:

jobs:
hacs:
name: HACS Validation
runs-on: "ubuntu-latest"
steps:
- name: HACS Action
uses: "hacs/action@main"
with:
category: "theme"

hassfest:
name: Hassfest Validation
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@v4"
- uses: "home-assistant/actions/hassfest@master"

0 comments on commit d348c49

Please sign in to comment.