blob: 7b6370eaec5d9e70bc885e8a83b002dfdf9978b7 [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:
Tim Duesterhus4bb778b2022-04-09 22:08:41 +020013 - uses: actions/checkout@v3
Ilya Shipitsina21e62d2020-03-10 12:10:26 +050014 - name: install prerequisites
15 run: sudo pip install codespell
16 - name: check
Ilya Shipitsin9c0fcea2021-05-10 12:45:18 +050017 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"