Skip to content

Add Codespell test to PRs #13

Add Codespell test to PRs

Add Codespell test to PRs #13

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/actions-codespell@v2.1
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:
*.pem

Check failure on line 27 in .github/workflows/codespell.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/codespell.yml

Invalid workflow file

You have an error in your yaml syntax on line 27