blob: 8029a21f694fe9012b07f2f6297ff15c2e6648e9 [file] [log] [blame]
Ilya Shipitsina21e62d2020-03-10 12:10:26 +05001name: codespell
2
3on:
4 schedule:
5 - cron: "0 0 * * 2"
6
7jobs:
8 codespell:
9
10 runs-on: ubuntu-latest
11
12 steps:
13 - uses: actions/checkout@v2
14 - name: install prerequisites
15 run: sudo pip install codespell
16 - name: check
Thayne McCombsffa21222021-01-07 21:42:56 -070017 run: codespell -c -q 2 --ignore-words-list ist,hist,wan,ca,cas,que,ans,te,nd,referer,ot,uint,iif,fo,keep-alives --skip="CHANGELOG,*.fig,*.pem"