Skip to content

[MAINT] add test to resampling_target = None for nifti label masker… #4

[MAINT] add test to resampling_target = None for nifti label masker…

[MAINT] add test to resampling_target = None for nifti label masker… #4

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:
- name: Checkout nilearn
uses: actions/checkout@v4
- name: Run codespell
uses: codespell-project/actions-codespell@master