mirror of
				https://kkgithub.com/actions/setup-python.git
				synced 2025-11-04 12:44:05 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			15 lines
		
	
	
		
			140 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			140 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
 | 
						|
language: node_js
 | 
						|
node_js:
 | 
						|
  - "6"
 | 
						|
  - "5"
 | 
						|
  - "4"
 | 
						|
 | 
						|
install:
 | 
						|
  - make node_modules
 | 
						|
 | 
						|
script:
 | 
						|
  - make lint
 | 
						|
  - make test
 | 
						|
  - make coveralls
 |