Skip to content

Improve readme, add citation block #6

Improve readme, add citation block

Improve readme, add citation block #6

Workflow file for this run

name: Check if code is formatted
on: [ push, pull_request ]
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: astral-sh/ruff-action@v1
with:
args: --version
- uses: astral-sh/ruff-action@v1
with:
args: format --check