File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515 - name : Analysing the trailing whitespaces
1616 run : ./bin/trailing_spaces --Werror $(git ls-files 'content/*.md')
1717
18+ spelling-check :
19+ name : Spell check using typos
20+ runs-on : ubuntu-latest
21+ steps :
22+ - name : Checkout
23+ uses : actions/checkout@v6
24+ - name : Spell Check Repo
25+ uses : crate-ci/typos@v1.45.1
26+
1827 links-check :
1928 name : Links check using linkchecker
2029 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 1+ [default .extend-words ]
2+ # Don't correct these word (parts)
3+ softwares = " softwares"
4+
5+ [files ]
6+ # Files containing french words
7+ extend-exclude = [
8+ " content/authors/jean-francois-david/_index.md" ,
9+ " content/kokkos-tea-time/2026-01-21-kokkos-tea-time--kokkos-comm/index.md" ,
10+ " content/news/2023-11-19-CExA-coffees/index.md" ,
11+ " content/news/2023-11-20-PTC/index.md" ,
12+ " content/news/2023-11-27-First-CExA-coffee/index.md" ,
13+ " content/news/2024-01-15-Third-CExA-coffee/index.md"
14+ ]
You can’t perform that action at this time.
0 commit comments