1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
on: push: branches: [main] pull_request: name: codespell jobs: codespell: runs-on: ubuntu-20.04 steps: - uses: actions/checkout@v2 - uses: codespell-project/actions-codespell@master with: check_filenames: true ignore_words_list: "crate,ser,inout"