File tree Expand file tree Collapse file tree 3 files changed +28
-10
lines changed Expand file tree Collapse file tree 3 files changed +28
-10
lines changed Original file line number Diff line number Diff line change 1+ #  SPDX-FileCopyrightText: Copyright (c) 2011-2025 Yegor Bugayenko
2+ #  SPDX-License-Identifier: MIT
3+ ---
4+ name : typos 
5+ ' on '  :
6+   push :
7+     branches :
8+       - master 
9+   pull_request :
10+     branches :
11+       - master 
12+ jobs :
13+   typos :
14+     timeout-minutes : 15 
15+     runs-on : ubuntu-24.04 
16+     steps :
17+       - uses : actions/checkout@v4 
18+       - 
uses : 
crate-ci/[email protected]  
Original file line number Diff line number Diff line change 1- * .iml 
2- .DS_Store 
31.classpath 
2+ .DS_Store 
43.idea 
54.idea /
65.project 
76.settings /
7+ * .iml 
88/bin 
99local-repo /
1010node_modules /
Original file line number Diff line number Diff line change 44version  = 1 
55[[annotations ]]
66path  = [
7+     " .DS_Store"  ,
8+     " .gitattributes"  ,
9+     " .gitignore"  ,
10+     " .pdd"  ,
711    " **.fml"  ,
812    " **.json"  ,
913    " **.md"  ,
1014    " **.svg"  ,
1115    " **.txt"  ,
1216    " **.vm"  ,
17+     " **/.DS_Store"  ,
18+     " **/.gitignore"  ,
19+     " **/.pdd"  ,
1320    " **/*.csv"  ,
1421    " **/*.fml"  ,
1522    " **/*.jpg"  ,
@@ -20,18 +27,11 @@ path = [
2027    " **/*.svg"  ,
2128    " **/*.txt"  ,
2229    " **/*.vm"  ,
23-     " **/.DS_Store"  ,
24-     " **/.gitignore"  ,
25-     " **/.pdd"  ,
2630    " **/CNAME"  ,
27-     " .DS_Store"  ,
28-     " .gitattributes"  ,
29-     " .gitignore"  ,
30-     " .pdd"  ,
3131    " CNAME"  ,
32-     " README.md"  ,
3332    " qulice-checkstyle/src/test/resources/**.java"  ,
3433    " qulice-maven-plugin/src/it/**.java"  ,
34+     " README.md"  ,
3535    " renovate.json"  ,
3636]
3737precedence  = " override" 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments