File tree Expand file tree Collapse file tree 2 files changed +37
-0
lines changed Expand file tree Collapse file tree 2 files changed +37
-0
lines changed Original file line number Diff line number Diff line change 1+ #  These are supported funding model platforms
2+ 
3+ github : [ieedan] 
4+ patreon : #  Replace with a single Patreon username
5+ open_collective : #  Replace with a single Open Collective username
6+ ko_fi : #  Replace with a single Ko-fi username
7+ tidelift : #  Replace with a single Tidelift platform-name/package-name e.g., npm/babel
8+ community_bridge : #  Replace with a single Community Bridge project-name e.g., cloud-foundry
9+ liberapay : #  Replace with a single Liberapay username
10+ issuehunt : #  Replace with a single IssueHunt username
11+ lfx_crowdfunding : #  Replace with a single LFX Crowdfunding project-name e.g., cloud-foundry
12+ polar : #  Replace with a single Polar username
13+ buy_me_a_coffee : #  Replace with a single Buy Me a Coffee username
14+ thanks_dev : #  Replace with a single thanks.dev username
15+ custom : #  Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']
Original file line number Diff line number Diff line change 1+ name : CI 
2+ 
3+ on :
4+     pull_request :
5+ 
6+ jobs :
7+     CI :
8+         runs-on : ubuntu-latest 
9+ 
10+         steps :
11+             - uses : actions/checkout@v4 
12+             - uses : pnpm/action-setup@v4 
13+             - uses : actions/setup-node@v4 
14+               with :
15+                   node-version : " 20" 
16+                   cache : pnpm 
17+ 
18+             - name : Install dependencies 
19+               run : pnpm install 
20+ 
21+             - name : Check Types 
22+               run : pnpm lint 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments