blob: c706c4e3dc938bac96cb52dd10b63235dd3ca4a9 [file] [log] [blame]
name: codespell
on:
schedule:
- cron: "0 0 * * 2"
jobs:
codespell:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: install prerequisites
run: sudo pip install codespell
- name: check
run: codespell -c -q 2 --ignore-words-list ist,hist,wan,ca,cas,que,ans --skip="CHANGELOG,*.fig,*.pem"