File tree Expand file tree Collapse file tree 2 files changed +61
-0
lines changed Expand file tree Collapse file tree 2 files changed +61
-0
lines changed Original file line number Diff line number Diff line change @@ -264,3 +264,14 @@ jobs:
264264 POSTGRES_USER : root
265265 POSTGRES_PASSWORD : joomla_ut
266266 POSTGRES_DB : test_joomla
267+
268+ typos :
269+ name : Check for typos
270+ runs-on : ubuntu-latest
271+ steps :
272+ - name : Checkout Actions Repository
273+ uses : actions/checkout@v4
274+ - name : Spell Check Repository
275+ 276+ with :
277+ config : .github/workflows/typos.toml
Original file line number Diff line number Diff line change 1+ # Custom configuration file for the typos action
2+ # Excludes some folders with non-english language content
3+ # Excludes certain words as false-positives - mainly in js or
4+ # that can't be changed for b/c
5+
6+ [files ]
7+ extend-exclude = [
8+ " /templates/system/*.html" ,
9+ " /administrator/components/com_admin/sql/*" ,
10+ " /build/media_source/vendor/tinymce/langs/*" ,
11+ " /installation/language/*" ,
12+ " includes/*.html" ,
13+ " /plugins/sampledata/testing/*" ,
14+ ]
15+
16+ [default .extend-words ]
17+ cachable =" cachable"
18+ linke =" linke"
19+ exept =" exept"
20+ hilight =" hilight"
21+ Querys =" Querys"
22+ childs =" childs"
23+ assigments =" assigments"
24+ ue =" ue"
25+ hel =" hel"
26+ fof =" fof"
27+ discernable =" discernable"
28+ requestor =" requestor"
29+ credate =" credate"
30+ rgba =" rgba"
31+ occurence =" occurence"
32+ shepard =" shepard"
33+ chck =" chck"
34+ datas =" datas"
35+ deactive =" deactive"
36+ ba =" ba"
37+ crypted =" crypted"
38+ cose =" cose"
39+ accordian =" accordian"
40+ wheres =" wheres"
41+ supercedes =" supercedes"
42+ vertexes =" vertexes"
43+ Formater =" Formater"
44+ ot =" ot"
45+ cript =" cript"
46+ mis =" mis"
47+ cll =" cll"
48+ identicals =" identicals"
49+ # deprecated strings
50+ configurated =" configurated"
You can’t perform that action at this time.
0 commit comments