mirror of
				https://git.mirrors.martin98.com/https://github.com/actions/setup-python
				synced 2025-11-01 05:01:07 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			280 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			280 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| name: Lint YAML
 | |
| on: [pull_request]
 | |
| jobs:
 | |
|   lint:
 | |
|     runs-on: ubuntu-latest
 | |
|     steps:
 | |
|     - uses: actions/checkout@master
 | |
|     - name: Lint action.yml
 | |
|       uses: ibiqlik/action-yamllint@master
 | |
|       with:
 | |
|         file_or_dir: action.yml
 | |
|         config_file: yaml-lint-config.yml
 | 
