From 55a3667c4b8663760f22e9d803a2f4d7b83f4336 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Bauer?= Date: Sat, 7 Mar 2020 03:54:05 +0100 Subject: [PATCH] added docker-compose lint MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: André Bauer --- .github/workflows/ci.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e77198b..c9dbcc3 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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: