File tree Expand file tree Collapse file tree 3 files changed +32
-0
lines changed Expand file tree Collapse file tree 3 files changed +32
-0
lines changed Original file line number Diff line number Diff line change 1+ --- 
2+ " go-web-app " patch 
3+ --- 
4+ 
5+ Integrate ` crate-ci/typos `  for code spell checking
Original file line number Diff line number Diff line change @@ -241,6 +241,17 @@ jobs:
241241  # 
242242  #      - name: Typecheck
243243  #        run: pnpm typecheck
244+ 
245+   typos :
246+     name : Spell Check with Typos 
247+     runs-on : ubuntu-latest 
248+     steps :
249+     - name : Checkout Actions Repository 
250+       uses : actions/checkout@v4 
251+ 
252+     - name : Check spelling 
253+ 254+ 
244255  build :
245256    name : Build GO Web App 
246257    environment : ' test' 
Original file line number Diff line number Diff line change 1+ [files ]
2+ extend-exclude  = [
3+     " packages/e2e-tests/playwright-report/*" 
4+     " translationMigrations/*" 
5+     " patches/*" 
6+     " CHANGELOG.md" 
7+ ]
8+ [default .extend-identifiers ]
9+     CoordinatedAssessementIcon  = " CoordinatedAssessementIcon" 
10+     evidence_of_sucess  = " evidence_of_sucess" 
11+ [default .extend-words ]
12+     Teh  = " Teh" 
13+     OT  = " OT" 
14+     MENA  = " MENA" 
15+     ANC  = " ANC" 
16+     OTHR  = " OTHR" 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments