Skip to content

ENH: add ability to test examples PR against PR in bids-specification #322

ENH: add ability to test examples PR against PR in bids-specification

ENH: add ability to test examples PR against PR in bids-specification #322

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@v5
- uses: codespell-project/actions-codespell@master