Skip to content

make tests pass + formatting #109

make tests pass + formatting

make tests pass + formatting #109

Workflow file for this run

name: Ruff
on: [push, pull_request]
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: ruff-install
run: pip install ruff
- name: ruff
env:
RUFF_OUTPUT_FORMAT: github
run: |
ruff format --check
ruff check