Skip to content

Bump ruff from 0.14.2 to 0.14.3 (#1055) #3015

Bump ruff from 0.14.2 to 0.14.3 (#1055)

Bump ruff from 0.14.2 to 0.14.3 (#1055) #3015

Workflow file for this run

name: Build
on:
push:
branches:
- dev
- main
pull_request:
types: [edited, opened, reopened, synchronize]
schedule:
- cron: "0 0 * * *"
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
hacs:
name: HACS
permissions:
contents: read
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@v5"
- name: HACS
uses: "hacs/action@main"
with:
category: "integration"
hassfest:
name: hassfest
permissions:
contents: read
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@v5"
- uses: "home-assistant/actions/hassfest@master"