Skip to content

Add ruff linting

Add ruff linting #7

Workflow file for this run

name: Ruff linter
on:
pull_request:
push:
workflow_dispatch:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Run Ruff Linter
uses: astral-sh/ruff-action@v3
with:
version: latest