Skip to content

Merge pull request #507 from TheAxonLab/enh/datalad-on-curnagl #558

Merge pull request #507 from TheAxonLab/enh/datalad-on-curnagl

Merge pull request #507 from TheAxonLab/enh/datalad-on-curnagl #558

Workflow file for this run

name: Run tests

Check failure on line 1 in .github/workflows/tests.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/tests.yml

Invalid workflow file

`pull-request` is not a valid event name
on: [push, pull-request]
jobs:
codespell:
name: Check for spelling errors
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Codespell
uses: codespell-project/actions-codespell@v1