Skip to content

[ENH] Use BIDS schema to "drive" pybids #818 #1018

[ENH] Use BIDS schema to "drive" pybids #818

[ENH] Use BIDS schema to "drive" pybids #818 #1018

Workflow file for this run

---
name: Codespell
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
codespell:
name: Check for spelling errors
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: codespell-project/actions-codespell@master