Skip to content

Bump ruff from 0.0.261 to 0.0.262 #2178

Bump ruff from 0.0.261 to 0.0.262

Bump ruff from 0.0.261 to 0.0.262 #2178

Workflow file for this run

name: Validate with HACS
on:
push:
branches: [master]
pull_request:
branches: [master]
schedule:
- cron: "0 0 * * *"
jobs:
validate:
runs-on: "ubuntu-latest"
steps:
- name: Check out repository
uses: "actions/checkout@v3"
with:
fetch-depth: 2
- name: HACS Validation
uses: hacs/action@22.5.0
with:
category: "python_script"
github_token: ${{ secrets.GITHUB_TOKEN }}