Skip to content

Commit

Permalink
Create test_commit.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ernst79 authored Jan 4, 2024
1 parent efa6272 commit 7edf037
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/test_commit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Test Degree-Days

on:
push:
branches: [ main ]
pull_request:
branches: [ main ]

jobs:
validate:
runs-on: "ubuntu-latest"
name: Validate HACS and Hassfest
steps:
- uses: "actions/checkout@v4"

- name: HACS validation
uses: "hacs/action@main"
with:
category: "integration"

- name: Hassfest validation
uses: "home-assistant/actions/hassfest@master"

0 comments on commit 7edf037

Please sign in to comment.