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:
André Bauer 2020-03-07 04:19:55 +01:00 committed by GitHub
parent 73def89f3b
commit 8e57219902
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,10 +32,19 @@ jobs:
with: with:
dockerfile: containers/zammad-postgresql/Dockerfile 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: build-and-run-docker-compose:
needs: needs:
- lint-bash-scripts - lint-bash-scripts
- lint-docker-files - lint-docker-files
- lint-docker-compose-file
timeout-minutes: 30 timeout-minutes: 30
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps: