Skip to content

Merge branch 'planar_coil_arrays' of https://github.com/hiddenSymmetr… #5553

Merge branch 'planar_coil_arrays' of https://github.com/hiddenSymmetr…

Merge branch 'planar_coil_arrays' of https://github.com/hiddenSymmetr… #5553

Workflow file for this run

name: Linting
on: [push, pull_request]
jobs:
CI:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
python-version: [3.9]
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Run ruff
uses: astral-sh/ruff-action@v1