mirror of
				https://git.mirrors.martin98.com/https://github.com/actions/setup-python
				synced 2025-11-01 04:21:10 +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
 |