Skip to content

Bump ruff from 0.7.3 to 0.7.4 #283

Bump ruff from 0.7.3 to 0.7.4

Bump ruff from 0.7.3 to 0.7.4 #283

Workflow file for this run

name: "Speller"
on:
workflow_dispatch:
push:
branches:
- "main"
pull_request:
branches:
- "main"
jobs:
speller:
name: "Spell Check"
runs-on: "ubuntu-latest"
steps:
- name: "Checkout the repository"
uses: "actions/[email protected]"
- name: "Run"
uses: streetsidesoftware/[email protected]
with:
incremental_files_only: false
files: |
**
.*
!**/translations/*.json
**/translations/en.json
!.devcontainer.json
!.gitignore
!.ruff.toml
!LICENSE
!pytest.ini
!custom_components/oref_alert/metadata/*
!custom_components/oref_alert/category_symbol.py
!scripts/generate_metadata.py
!scripts/squid/squid.conf
!tests/fixtures/*