Skip to content
This repository was archived by the owner on Jul 26, 2024. It is now read-only.

codespell

codespell #6

Workflow file for this run

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"