added docker-compose.yml lint (#145)
* fixed indentation * added docker-compose lint Signed-off-by: André Bauer <monotek23@gmail.com>
This commit is contained in:
		
							parent
							
								
									73def89f3b
								
							
						
					
					
						commit
						8e57219902
					
				
							
								
								
									
										9
									
								
								.github/workflows/ci.yaml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										9
									
								
								.github/workflows/ci.yaml
									
									
									
									
										vendored
									
									
								
							| @ -32,10 +32,19 @@ jobs: | ||||
|         with: | ||||
|           dockerfile: containers/zammad-postgresql/Dockerfile                  | ||||
| 
 | ||||
|   lint-docker-compose-file: | ||||
|     runs-on: ubuntu-latest | ||||
|     steps: | ||||
|       - name: Checkout | ||||
|         uses: actions/checkout@v1 | ||||
|       - name: lint zammad docker-compose file | ||||
|         run: docker-compose config | ||||
| 
 | ||||
|   build-and-run-docker-compose: | ||||
|     needs:  | ||||
|       - lint-bash-scripts | ||||
|       - lint-docker-files | ||||
|       - lint-docker-compose-file | ||||
|     timeout-minutes: 30 | ||||
|     runs-on: ubuntu-latest | ||||
|     steps: | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user