Skip to content

Fix J=1 shape collapse bugs (#1143) #127

Fix J=1 shape collapse bugs (#1143)

Fix J=1 shape collapse bugs (#1143) #127

Workflow file for this run

name: Check Ruff formatting and linting
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: astral-sh/setup-uv@v7
- name: Check formatting with Ruff
run: uvx ruff format --check .
- name: Check linting with Ruff
run: uvx ruff check .