From 96845a56d148698b47ec89ac01bb085dba62ec3c Mon Sep 17 00:00:00 2001 From: LF2b2w <153411513+LF2b2w@users.noreply.github.com> Date: Mon, 10 Feb 2025 18:35:29 +1100 Subject: [PATCH] Create Validate with hassfest --- .github/workflows/Validate with hassfest | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/workflows/Validate with hassfest diff --git a/.github/workflows/Validate with hassfest b/.github/workflows/Validate with hassfest new file mode 100644 index 0000000..44bf720 --- /dev/null +++ b/.github/workflows/Validate with hassfest @@ -0,0 +1,14 @@ +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"