Skip to content

fix: increased update interval to 1 hour & format to f-string convers… #256

fix: increased update interval to 1 hour & format to f-string convers…

fix: increased update interval to 1 hour & format to f-string convers… #256

Workflow file for this run

name: "Validate - Hassfest & Hacs"
on:
workflow_dispatch:
schedule:
- cron: "0 0 * * *"
push:
paths:
- "custom_components/**"
pull_request:
paths:
- "custom_components/**"
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
hassfest: # https://developers.home-assistant.io/blog/2020/04/16/hassfest
name: "Validate Hassfest"
runs-on: "ubuntu-latest"
steps:
- name: "Checkout the repository"
uses: "actions/checkout@v3"
- name: "Run hassfest validation"
uses: "home-assistant/actions/hassfest@master"
hacs: # https://github.com/hacs/action
name: "Validate HACS"
runs-on: "ubuntu-latest"
steps:
- name: "Checkout the repository"
uses: "actions/checkout@v3"
- name: "Run HACS validation"
uses: "hacs/action@main"
with:
category: "integration"