Skip to content

Commit 5efbc9f

Browse files
committed
Add typos
1 parent 1abe687 commit 5efbc9f

2 files changed

Lines changed: 23 additions & 0 deletions

File tree

.github/workflows/website-checks.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,15 @@ jobs:
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

.typos.toml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
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+
]

0 commit comments

Comments
 (0)