mirror of
				https://kkgithub.com/actions/setup-python.git
				synced 2025-10-31 10:41:52 +08:00 
			
		
		
		
	 ec365b4eba
			
		
	
	ec365b4eba
	
	
	
		
			
			* Add ESLint, update Prettier * Update docs * Update tests * Update licenses * Fix review points
		
			
				
	
	
		
			16 lines
		
	
	
		
			286 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			286 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| name: Basic validation
 | |
| 
 | |
| on:
 | |
|   push:
 | |
|     branches:
 | |
|       - main
 | |
|     paths-ignore:
 | |
|       - '**.md'
 | |
|   pull_request:
 | |
|     paths-ignore:
 | |
|       - '**.md'
 | |
| jobs:
 | |
|   call-basic-validation:
 | |
|     name: Basic validation
 | |
|     uses: actions/reusable-workflows/.github/workflows/basic-validation.yml@main
 |