mirror of
				https://gitea.com/actions/setup-python.git
				synced 2025-10-29 07:47:14 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			18 lines
		
	
	
		
			323 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			323 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
 | |
|     with:
 | |
|       node-version: '20.x'
 | 
