Skip to content

chore: Use Ruff for linting and formatting #152

chore: Use Ruff for linting and formatting

chore: Use Ruff for linting and formatting #152

Workflow file for this run

name: Lint
on:
pull_request:
branches:
- main
workflow_dispatch:
jobs:
lint:
name: Lint Codebase
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.x'
- name: Lint with Ruff
run: |
pipx run ruff check --diff --verbose .