Skip to content

Commit

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

on:
push:
branches:
- master
pull_request:

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

0 comments on commit 8b6886f

Please sign in to comment.