Skip to content

Update linting config #20

Update linting config

Update linting config #20

Workflow file for this run

name: Ruff Lint Check
on:
pull_request:
paths:
- "**.py"
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: astral-sh/ruff-action@v3