Skip to content

Bump ruff from 0.0.278 to 0.0.286 #88

Bump ruff from 0.0.278 to 0.0.286

Bump ruff from 0.0.278 to 0.0.286 #88

Workflow file for this run

name: "Validate"
on:
workflow_dispatch:
pull_request:
branches: [main]
jobs:
hassfest: # https://developers.home-assistant.io/blog/2020/04/16/hassfest
name: "Hassfest Validation"
runs-on: "ubuntu-latest"
steps:
- name: "Checkout the repository"
uses: "actions/[email protected]"
- name: "Run hassfest validation"
uses: "home-assistant/actions/hassfest@master"
hacs: # https://github.com/hacs/action
name: "HACS Validation"
runs-on: "ubuntu-latest"
steps:
- name: "Checkout the repository"
uses: "actions/[email protected]"
- name: "Run HACS validation"
uses: "hacs/action@main"
with:
category: "integration"