Skip to content

Add tests

Add tests #196

Workflow file for this run

name: Run formatter
on:
- push
permissions:
contents: read
jobs:
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/workflows/install_deps
- name: Run formatter
run: poetry run ruff format --check .