mirror of
				https://git.mirrors.martin98.com/https://github.com/actions/setup-python
				synced 2025-11-01 07:41:09 +08:00 
			
		
		
		
	 c3e033939c
			
		
	
	
		c3e033939c
		
			
		
	
	
	
	
		
			
			* Update workflows to use reusable-workflows * Update licensed.yml * Update workflows * Add links to reusable workflows * Update action to use reusable-workflows repo * Fix review points
		
			
				
	
	
		
			15 lines
		
	
	
		
			285 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			285 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 |