From 8c5449c336081b5865d4c1916cac1b2cbb0407c6 Mon Sep 17 00:00:00 2001 From: Goir <586209+goir@users.noreply.github.com> Date: Sun, 2 Jun 2024 16:43:43 +0200 Subject: [PATCH] add actions --- .github/workflows/hacs.yml | 7 +++---- .github/workflows/hass.yml | 2 ++ 2 files changed, 5 insertions(+), 4 deletions(-) create mode 100644 .github/workflows/hass.yml diff --git a/.github/workflows/hacs.yml b/.github/workflows/hacs.yml index 7898cd4..e0feea5 100644 --- a/.github/workflows/hacs.yml +++ b/.github/workflows/hacs.yml @@ -1,5 +1,4 @@ -- name: HACS Action - uses: hacs/action@22.5.0 +name: HACS Action +uses: hacs/action@22.5.0 + -- name: HASS - uses: home-assistant/actions/hassfest@master diff --git a/.github/workflows/hass.yml b/.github/workflows/hass.yml new file mode 100644 index 0000000..feb7e42 --- /dev/null +++ b/.github/workflows/hass.yml @@ -0,0 +1,2 @@ +name: HASS +uses: home-assistant/actions/hassfest@master \ No newline at end of file