Skip to content

TST: Remove cloneable test for multi-shell kernel #2455

TST: Remove cloneable test for multi-shell kernel

TST: Remove cloneable test for multi-shell kernel #2455

Workflow file for this run

name: Contribution checks
on: [push, pull_request]
defaults:
run:
shell: bash
jobs:
stable:
name: Run ruff
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
with:
submodules: recursive
fetch-depth: 0
- name: Set up Python 3
uses: actions/setup-python@v6
with:
python-version: 3
- name: Lint NiFreeze
run: pipx run ruff check --diff
- name: Format NiFreeze
run: pipx run ruff format --diff