Skip to content

Commit

Permalink
Updated Github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
klejejs committed Dec 26, 2021
1 parent 487dbc8 commit e203f3a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Validate
name: Validate HACS

on:
push:
Expand Down
14 changes: 14 additions & 0 deletions .github/workflows/validate_hass.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Validate with hassfest

on:
push:
pull_request:
schedule:
- cron: '0 0 * * *'

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

0 comments on commit e203f3a

Please sign in to comment.