File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ is a great boon to your development process.
88
99To get ready to work on the codebase, please do the following:
1010
11- 1 .  Fork & clone the repository, and make sure you're on the ** main **  branch
11+ 1 .  Fork & clone the repository, and make sure you're on the ** master **  branch
12122 .  Run ` pnpm install --frozen-lockfile ` 
13133 .  Code!
14144 .  Run ` node --run check ` , ` node --run typecheck `  and ` node --run test ` 
Original file line number Diff line number Diff line change 11name : CI 
22on :
33  push :
4-     branches : [main ] 
4+     branches : [master ] 
55  pull_request :
6-     branches : [main ] 
6+     branches : [master ] 
77jobs :
88  biome :
99    name : Biome 
Original file line number Diff line number Diff line change 33  "vcs" : {
44    "enabled" : true ,
55    "clientKind" : " git" 
6-     "defaultBranch" : " main " 
6+     "defaultBranch" : " master " 
77    "useIgnoreFile" : true 
88  },
99  "formatter" : {
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments