2023-01-28 09:07:33 +00:00
|
|
|
name: Codespell
|
|
|
|
|
|
|
|
on:
|
|
|
|
push:
|
|
|
|
branches:
|
|
|
|
- main
|
|
|
|
pull_request:
|
|
|
|
|
|
|
|
permissions: read-all
|
|
|
|
|
|
|
|
jobs:
|
|
|
|
codespell:
|
|
|
|
name: Codespell
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
2023-03-24 16:01:01 +00:00
|
|
|
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3
|
2023-03-10 16:54:01 +00:00
|
|
|
- uses: codespell-project/actions-codespell@22ff5a2e4b591290baf82d47c9feadac31c65441
|
2023-01-28 09:07:33 +00:00
|
|
|
with:
|
|
|
|
check_filenames: true
|
|
|
|
check_hidden: true
|
|
|
|
skip: target,.jj
|
|
|
|
ignore_words_list: crate,nd,nD
|