diff --git a/.github/workflows/spelling.yml b/.github/workflows/spelling.yml new file mode 100644 index 0000000..50cc169 --- /dev/null +++ b/.github/workflows/spelling.yml @@ -0,0 +1,17 @@ +on: + push: + branches: [ "main" ] + pull_request: + branches: [ "main" ] + types: [ "review_requested", "ready_for_review" ] +name: Spell Check +jobs: + codespell: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v3 + - uses: codespell-project/actions-codespell@master + with: + check_filenames: true + skip: cargo-sources.json,.git,*.svg,*.html,*.js,*.po,*.pot,*.page + ignore_words_list: gir