Skip to content

Fix Curation primary key creation from spikesorting key #546

Fix Curation primary key creation from spikesorting key

Fix Curation primary key creation from spikesorting key #546

Workflow file for this run

name: Lint
on:
push:
branches:
- '!documentation'
pull_request:
jobs:
black:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: psf/black@stable
codespell:
name: Check for spelling errors
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Codespell
uses: codespell-project/actions-codespell@master