Skip to content

[MAINT] improve workflow to test on nightly dependencies (#4364) #13

[MAINT] improve workflow to test on nightly dependencies (#4364)

[MAINT] improve workflow to test on nightly dependencies (#4364) #13

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