Skip to content

Add workflows, badges and readme #2

Add workflows, badges and readme

Add workflows, badges and readme #2

Workflow file for this run

name: Lint
on:
push:
pull_request:
permissions:
contents: read
concurrency:
group: lint-${{ github.ref }}
cancel-in-progress: true
jobs:
lint:
uses: ./.github/workflows/_python-check.yml
with:
check_name: Ruff
run_command: ruff check src tests