Skip to content

Move traffic badges to their own row in logo orange #69

Move traffic badges to their own row in logo orange

Move traffic badges to their own row in logo orange #69

Workflow file for this run

name: Ruff
on:
push:
branches: [main]
paths:
- "plugins/**/hooks/scripts/*.py"
- ".github/scripts/*.py"
- "pyproject.toml"
- ".github/workflows/ruff.yml"
pull_request:
branches: [main]
paths:
- "plugins/**/hooks/scripts/*.py"
- ".github/scripts/*.py"
- "pyproject.toml"
- ".github/workflows/ruff.yml"
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: astral-sh/ruff-action@v3
with:
src: "plugins/*/hooks/scripts .github/scripts"
args: "check"