name: Codespell on: push: branches: - main pull_request: permissions: read-all jobs: codespell: name: Codespell runs-on: ubuntu-latest steps: - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab - uses: codespell-project/actions-codespell@22ff5a2e4b591290baf82d47c9feadac31c65441 with: check_filenames: true check_hidden: true skip: target,.jj ignore_words_list: crate,nd,nD