Skip to content

Commit

Permalink
Update hacs github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexxIT committed Jan 5, 2024
1 parent 8778270 commit 0e88edf
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 17 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/hacs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: HACS validation

on:
push:
pull_request:

jobs:
hacs:
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@v2"
- uses: "hacs/action@main"
with: { category: "integration" }
hassfest:
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@v3"
- uses: "home-assistant/actions/hassfest@master"
17 changes: 0 additions & 17 deletions .github/workflows/validate.yml

This file was deleted.

0 comments on commit 0e88edf

Please sign in to comment.