Skip to content

Bump colorlog from 6.8.2 to 6.9.0 #737

Bump colorlog from 6.8.2 to 6.9.0

Bump colorlog from 6.8.2 to 6.9.0 #737

Workflow file for this run

name: Validate with hassfest
on:
workflow_dispatch:
schedule:
- cron: "0 0 * * *"
push:
branches:
- "main"
pull_request:
branches:
- "main"
jobs:
validate:
runs-on: "ubuntu-latest"
steps:
- name: "Checkout the repository"
uses: "actions/checkout@v4"
- name: "Run hassfest validation"
uses: "home-assistant/actions/hassfest@master"