Skip to content

Commit

Permalink
Add github actions. (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
twrecked authored Aug 19, 2024
1 parent 19f4cd5 commit 2786579
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/hacs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: HACS Validation

on:
workflow_dispatch:
push:
branches:
- master
pull_request:
branches:
- master

jobs:
hacs:
name: HACS Validation
runs-on: "ubuntu-latest"
steps:
- name: HACS Validation
uses: "hacs/action@main"
with:
category: "integration"
18 changes: 18 additions & 0 deletions .github/workflows/hass.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: hassfest Validation

on:
workflow_dispatch:
push:
branches:
- master
pull_request:
branches:
- master

jobs:
validate:
name: hassfest Validation
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@v2"
- uses: "home-assistant/actions/hassfest@master"
1 change: 1 addition & 0 deletions changelog
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
0.7.0b12:
Use async calls
add github actions
0.7.0b11:
Fix race writing meta data
0.7.0b10:
Expand Down

0 comments on commit 2786579

Please sign in to comment.