blob: 7b6370eaec5d9e70bc885e8a83b002dfdf9978b7 [file] [log] [blame]
name: codespell
on:
schedule:
- cron: "0 0 * * 2"
jobs:
codespell:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: install prerequisites
run: sudo pip install codespell
- name: check
run: codespell -c -q 2 --ignore-words-list ist,ists,hist,wan,ca,cas,que,ans,te,nd,referer,ot,uint,iif,fo,keep-alives,dosen --skip="CHANGELOG,Makefile,*.fig,*.pem"