Skip to content

Remove extra 's' in sub-jm_ses-01_space-Talairach_coordsystem.json intendedfor. #4

Remove extra 's' in sub-jm_ses-01_space-Talairach_coordsystem.json intendedfor.

Remove extra 's' in sub-jm_ses-01_space-Talairach_coordsystem.json intendedfor. #4

Workflow file for this run

---
name: Validation
on:
push:
branches: [master]
pull_request:
branches: [master]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
# Check for common misspellings
codespell:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: codespell-project/actions-codespell@master