From c92785eea2569c4b2aa5e6792a3b6e44879c630b Mon Sep 17 00:00:00 2001 From: sususweet Date: Thu, 9 Oct 2025 20:45:37 +0800 Subject: [PATCH] Update and rename main.yml to validate.yml --- .github/workflows/main.yml | 2 -- .github/workflows/validate.yml | 23 +++++++++++++++++++++++ 2 files changed, 23 insertions(+), 2 deletions(-) delete mode 100644 .github/workflows/main.yml create mode 100644 .github/workflows/validate.yml diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml deleted file mode 100644 index 23bcf73..0000000 --- a/.github/workflows/main.yml +++ /dev/null @@ -1,2 +0,0 @@ -- name: HACS Action - uses: hacs/action@22.5.0 diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml new file mode 100644 index 0000000..6c03ef5 --- /dev/null +++ b/.github/workflows/validate.yml @@ -0,0 +1,23 @@ +name: Validate + +on: + push: + pull_request: + schedule: + - cron: 0 0 * * * + +jobs: + hassfest: + name: hassfest + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - uses: home-assistant/actions/hassfest@master + hacs: + name: HACS + runs-on: ubuntu-latest + steps: + - name: HACS Action + uses: hacs/action@main + with: + category: integration