From e4c678731997216dcf74f6ba2b593d709e709ea2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Bauer?= Date: Mon, 7 Dec 2020 12:15:07 +0100 Subject: [PATCH] testing lint MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: André Bauer --- .github/ISSUE_TEMPLATE.md | 11 ++++------- .github/workflows/ci.yaml | 16 ++++++++-------- 2 files changed, 12 insertions(+), 15 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 771698d..d8afd17 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -8,23 +8,20 @@ Hi there - thanks for filling an issue. Please ensure the following things befor * The upper textblock will be removed automatically when you submit your issue * --> -### Infos: +### Infos * Docker version: * Docker-compose version: * Operating system (Docker host): - -### Expected behavior: +### Expected behavior * - -### Actual behavior: +### Actual behavior * - -### Steps to reproduce the behavior: +### Steps to reproduce the behavior * diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 2ebe33f..01f9d4b 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -17,6 +17,14 @@ jobs: check_filenames: true check_hidden: true + lint-docker-compose-file: + runs-on: ubuntu-20.04 + steps: + - name: Checkout + uses: actions/checkout@v1 + - name: lint zammad docker-compose file + run: docker-compose config + super-linter: runs-on: ubuntu-20.04 steps: @@ -31,14 +39,6 @@ jobs: # VALIDATE_KUBERNETES_KUBEVAL: false # VALIDATE_YAML: true - lint-docker-compose-file: - runs-on: ubuntu-20.04 - steps: - - name: Checkout - uses: actions/checkout@v1 - - name: lint zammad docker-compose file - run: docker-compose config - build-and-run-docker-compose: needs: - codespell