testing lint
Signed-off-by: André Bauer <monotek23@gmail.com>
This commit is contained in:
parent
2c9b258006
commit
e4c6787319
11
.github/ISSUE_TEMPLATE.md
vendored
11
.github/ISSUE_TEMPLATE.md
vendored
@ -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
|
||||
|
||||
*
|
||||
|
16
.github/workflows/ci.yaml
vendored
16
.github/workflows/ci.yaml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user