Skip to content

Add linting workflow #4

Add linting workflow

Add linting workflow #4

Workflow file for this run

name: Lint
on:
push:
jobs:
lint:
name: Lint and Format Check
runs-on: ubuntu-latest
steps:
- uses: astral-sh/ruff-action@v2
with:
src: "./src"