Skip to content

Standardize nwb ingestion #1462

Standardize nwb ingestion

Standardize nwb ingestion #1462

Workflow file for this run

name: Lint
permissions:
contents: read
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