Add gradle wrapper validation action
This commit is contained in:
		
							parent
							
								
									18d043cafe
								
							
						
					
					
						commit
						a7c8ceac5a
					
				
					 1 changed files with 10 additions and 0 deletions
				
			
		
							
								
								
									
										10
									
								
								.github/workflows/gradle-wrapper-validation.yml
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										10
									
								
								.github/workflows/gradle-wrapper-validation.yml
									
									
									
									
										vendored
									
									
										Normal file
									
								
							|  | @ -0,0 +1,10 @@ | |||
| name: "Validate Gradle Wrapper" | ||||
| on: [push, pull_request] | ||||
| 
 | ||||
| jobs: | ||||
|   validation: | ||||
|     name: "Validation" | ||||
|     runs-on: ubuntu-latest | ||||
|     steps: | ||||
|       - uses: actions/checkout@v2 | ||||
|       - uses: gradle/wrapper-validation-action@v1 | ||||
		Loading…
	
		Reference in a new issue
	
	 TacoTheDank
						TacoTheDank