mirror of
				https://hub.gitmirror.com/https://github.com/actions/setup-java.git
				synced 2025-10-27 16:09:57 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			16 lines
		
	
	
		
			235 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			235 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| name: Licensed
 | |
| 
 | |
| on:
 | |
|   push:
 | |
|     branches:
 | |
|       - main
 | |
|   pull_request:
 | |
|     branches:
 | |
|       - main
 | |
|   workflow_dispatch:
 | |
| 
 | |
| jobs:
 | |
|   call-licensed:
 | |
|     name: Licensed
 | |
|     uses: actions/reusable-workflows/.github/workflows/licensed.yml@main
 | 
