File tree Expand file tree Collapse file tree 2 files changed +27
-1
lines changed Expand file tree Collapse file tree 2 files changed +27
-1
lines changed Original file line number Diff line number Diff line change 1+ name : Spellcheck PR Diff 
2+ 
3+ on :
4+   pull_request :
5+     branches :
6+       - master 
7+ 
8+ jobs :
9+   spellcheck :
10+     name : Spellcheck PR Diff 
11+     runs-on : ubuntu-latest 
12+     steps :
13+       - uses : actions/checkout@v4 
14+       - name : Install aspell 
15+         run : | 
16+           sudo apt-get install -y aspell aspell-en 
17+        - name : Set up Python 
18+         uses : actions/setup-python@v5 
19+         with :
20+           python-version : 3.11 
21+       - uses : compiler-research/git-spell-check@master 
22+       - name : Setup tmate session 
23+         if : ${{ !cancelled() && runner.debug }} 
24+         uses : mxschmitt/action-tmate@v3 
25+         #  When debugging increase to a suitable value!
26+         timeout-minutes : 30 
Original file line number Diff line number Diff line change 1111  active : 1 
1212  lead : 1 
1313  responsibilities : | 
14-     David serves  as the principal investigator for the NSF-funded components of 
14+     David servesasd  as the principal investigator for the NSF-funded components of 
1515    the project, ensuring both administrative and technical coherence across its 
1616    various work streams. He also contributes as a mentor in programs such as 
1717    Google Summer of Code (GSoC), IRIS-HEP, and others. 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments