mirror of
				https://github.com/pagefaultgames/pokerogue.git
				synced 2025-11-04 10:21:20 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			19 lines
		
	
	
		
			414 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			414 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
pre-commit:
 | 
						|
  parallel: true
 | 
						|
  commands:
 | 
						|
    biome-lint:
 | 
						|
      run: npx biome check --write --reporter=summary --staged --no-errors-on-unmatched
 | 
						|
      stage_fixed: true
 | 
						|
      skip:
 | 
						|
        - merge
 | 
						|
        - rebase
 | 
						|
 | 
						|
post-merge:
 | 
						|
  commands:
 | 
						|
    update-submodules:
 | 
						|
      run: git submodule update --init --recursive
 | 
						|
 | 
						|
post-checkout:
 | 
						|
  commands:
 | 
						|
    update-submodules:
 | 
						|
      run: git submodule update --init --recursive |