You cannot select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
	
	
		
			24 lines
		
	
	
		
			999 B
		
	
	
	
		
			YAML
		
	
			
		
		
	
	
			24 lines
		
	
	
		
			999 B
		
	
	
	
		
			YAML
		
	
| header:
 | |
|   license:
 | |
|     spdx-id: Apache-2.0
 | |
|     copyright-owner: ByteDance Inc.
 | |
| 
 | |
|   paths:
 | |
|     - '**/*.go'
 | |
|     - '**/*.s'
 | |
| 
 | |
|   paths-ignore:
 | |
|     - 'ast/asm.s'                                   # empty file
 | |
|     - 'decoder/asm.s'                               # empty file
 | |
|     - 'encoder/asm.s'                               # empty file
 | |
|     - 'internal/caching/asm.s'                      # empty file
 | |
|     - 'internal/jit/asm.s'                          # empty file
 | |
|     - 'internal/native/avx/native_amd64.s'          # auto-generated by asm2asm
 | |
|     - 'internal/native/avx/native_subr_amd64.go'    # auto-generated by asm2asm
 | |
|     - 'internal/native/avx2/native_amd64.s'         # auto-generated by asm2asm
 | |
|     - 'internal/native/avx2/native_subr_amd64.go'   # auto-generated by asm2asm
 | |
|     - 'internal/resolver/asm.s'                     # empty file
 | |
|     - 'internal/rt/asm.s'                           # empty file
 | |
|     - 'internal/loader/asm.s'                       # empty file
 | |
| 
 | |
|   comment: on-failure |