Skip to content

Add Codespell test to PRs #6

Add Codespell test to PRs

Add Codespell test to PRs #6

Workflow file for this run

name: Codespell test
on:
push:
branches: [ 'master', 'main', 'release/**' ]
pull_request:
branches: [ '*' ]
jobs:
codespell:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: codespell-project/[email protected]
with:
check_filenames: true
check_hidden: true
# Add comma separated list of words to ignore (sorted alphabetically, case sensitive)
ignore_words_list: adin,ADn,alph,aNULL,carryIn,cconfiguration,chainG,ciph,cLen,cliKs,creen,dout,ede,endianess,Endianess,Fo,haveA,hashIn,larg,LEAPYEAR,inCreated,inOut,inout,Merget,mot,optionA,optmization,parm,parms,rIn,rsource,ser,siz,Te,te,TOOM,userA,vie,vlaue
exclude_file: |
./IDE/ECLIPSE/DEOS/tls_wolfssl.c
./IDE/ECLIPSE/MICRIUM/client_wolfssl.c
./IDE/IAR-MSP430/main.c
./tests/api.c
skip:
./certs/*/*.pem