Skip to content

Fix comparison to geometry #45

Fix comparison to geometry

Fix comparison to geometry #45

Workflow file for this run

name: Linting
on: [pull_request]
jobs:
dependency-review:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.x'
- name: Install ruff
run: pip install ruff
- name: Run ruff
run: ruff check xbout