Skip to content

Merge pull request #1241 from datalad-handbook/all-contributors/add-m… #720

Merge pull request #1241 from datalad-handbook/all-contributors/add-m…

Merge pull request #1241 from datalad-handbook/all-contributors/add-m… #720

Workflow file for this run

---
name: Codespell
on:
push:
branches: [main]
pull_request:
branches: [main]
permissions:
contents: read
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@v2
with:
skip: '.git,*.pdf,*.svg,venvs,versioneer.py,DL-*,.github,_build'
ignore_words_list: 'wit,thirdparty'