Skip to content

Fix in case 'dz' was actually 0-dimensional #33

Fix in case 'dz' was actually 0-dimensional

Fix in case 'dz' was actually 0-dimensional #33

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