From 24da14e322f8bde369b2fddb3decb9c2bb24e9ea Mon Sep 17 00:00:00 2001 From: Julius Vitkauskas Date: Tue, 19 Dec 2023 18:07:47 +0200 Subject: [PATCH] Create hassfest.yml --- .github/workflows/hassfest.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/workflows/hassfest.yml diff --git a/.github/workflows/hassfest.yml b/.github/workflows/hassfest.yml new file mode 100644 index 0000000..d203eda --- /dev/null +++ b/.github/workflows/hassfest.yml @@ -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@v4" + - uses: "home-assistant/actions/hassfest@master"