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