Skip to content

[FIX] Refactor design matrix and contrast formula for the two-sample T-test example #5526

[FIX] Refactor design matrix and contrast formula for the two-sample T-test example

[FIX] Refactor design matrix and contrast formula for the two-sample T-test example #5526

Workflow file for this run

---
name: Codespell
on:
push:
branches:
- main
pull_request:
branches:
- '*'
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