testing lint

Signed-off-by: André Bauer <monotek23@gmail.com>
This commit is contained in:
André Bauer 2020-12-07 12:15:07 +01:00
parent 2c9b258006
commit e4c6787319
2 changed files with 12 additions and 15 deletions

View File

@ -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
*

View File

@ -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