we alredy run them via bazel. I also removed a bunch of obsolete files that bazel doesn't need. PR Close #27386
		
			
				
	
	
		
			10 lines
		
	
	
		
			188 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			188 B
		
	
	
	
		
			Python
		
	
	
	
	
	
| load("//tools:defaults.bzl", "jasmine_node_test")
 | |
| 
 | |
| jasmine_node_test(
 | |
|     name = "validate-commit-message",
 | |
|     srcs = glob(["*.js"]),
 | |
|     data = [
 | |
|         "commit-message.json",
 | |
|     ],
 | |
| )
 |