Skip to content

run ruff formatter

run ruff formatter #1

Workflow file for this run

name: Python Linter
on:
push:
paths:
- "**.py"
- "**.cfg"
- "**.tac"
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: astral-sh/ruff-action@v3