mirror of
				https://gitea.com/actions/setup-node.git
				synced 2025-10-31 07:47:14 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			19 lines
		
	
	
		
			386 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			386 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| name: build-test
 | |
| 
 | |
| on:
 | |
|   pull_request:
 | |
|     paths-ignore:
 | |
|       - '**.md'
 | |
|   push:
 | |
|     branches:
 | |
|       - main
 | |
|       - releases/*
 | |
|     paths-ignore:
 | |
|       - '**.md'
 | |
| 
 | |
| jobs:
 | |
|   call-basic-validation:
 | |
|     name: Basic validation
 | |
|     #uses: actions/reusable-workflows/.github/workflows/basic-validation.yml@main
 | |
|     uses: IvanZosimov/reusable-workflows/.github/workflows/basic-validation.yml@main
 | 
