codespell.yml
 1---
 2name: Codespell
 3
 4on:
 5  push:
 6    branches: [master]
 7  pull_request:
 8    branches: [master]
 9
10jobs:
11  codespell:
12    name: Check for spelling errors
13    runs-on: ubuntu-latest
14
15    steps:
16      - name: Checkout
17        uses: actions/checkout@v3
18      - name: Codespell
19        uses: codespell-project/actions-codespell@v1
20        with:
21          # github import test: the repo to be imported has that typo,   and it's not easy to change
22          ignore_words_list: transfered