mirror of
				https://hub.gitmirror.com/https://github.com/actions/setup-java.git
				synced 2025-10-27 16:09:57 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			18 lines
		
	
	
		
			418 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			418 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| name: Check dist/
 | |
| 
 | |
| on:
 | |
|   push:
 | |
|     branches:
 | |
|       - main
 | |
|     paths-ignore:
 | |
|       - '**.md'
 | |
|   pull_request:
 | |
|     paths-ignore:
 | |
|       - '**.md'
 | |
|   workflow_dispatch:
 | |
| 
 | |
| jobs:
 | |
|   call-check-dist: # The reusable workflow can be found here: https://github.com/actions/reusable-workflows/blob/main/.github/workflows/check-dist.yml
 | |
|     name: Check dist/
 | |
|     uses: actions/reusable-workflows/.github/workflows/check-dist.yml@main
 | 
