analytics / .github /workflows /codespell.yml
Leon4gr45's picture
Upload folder using huggingface_hub
b2a00c5 verified
Raw
History Blame Contribute Delete
438 Bytes
name: Check spelling
on:
pull_request:
push:
branches: [ master ]
merge_group:
jobs:
codespell:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- uses: codespell-project/actions-codespell@406322ec52dd7b488e48c1c4b82e2a8b3a1bf630 # v2.1
with:
check_filenames: true
ignore_words_file: .codespellignore
path: lib test extra