fix superlinter
Signed-off-by: André Bauer <andre.bauer@staffbase.com>
This commit is contained in:
parent
dc5d9865d4
commit
7c98567b1e
@ -1,6 +1,7 @@
|
||||
version: '2'
|
||||
services:
|
||||
---
|
||||
version: "2"
|
||||
|
||||
services:
|
||||
zammad-nginx:
|
||||
environment:
|
||||
- VIRTUAL_HOST=helpdesk.domain.tld
|
||||
|
@ -1,4 +1,6 @@
|
||||
---
|
||||
version: '2'
|
||||
|
||||
services:
|
||||
frontend:
|
||||
image: jwilder/nginx-proxy:alpine
|
||||
@ -10,7 +12,7 @@ services:
|
||||
- ./certs:/etc/nginx/certs
|
||||
- /var/run/docker.sock:/tmp/docker.sock:ro
|
||||
networks:
|
||||
- 2_apps
|
||||
- 2_apps
|
||||
|
||||
networks:
|
||||
2_apps:
|
||||
|
3
.github/linters/.markdown-lint.yml
vendored
3
.github/linters/.markdown-lint.yml
vendored
@ -1,2 +1,3 @@
|
||||
---
|
||||
MD013:
|
||||
line_length: 500
|
||||
line_length: 600
|
||||
|
1
.github/workflows/ci-remote-image.yaml
vendored
1
.github/workflows/ci-remote-image.yaml
vendored
@ -1,3 +1,4 @@
|
||||
---
|
||||
name: ci-remote-image
|
||||
|
||||
on:
|
||||
|
4
.github/workflows/ci.yaml
vendored
4
.github/workflows/ci.yaml
vendored
@ -1,3 +1,4 @@
|
||||
---
|
||||
name: ci
|
||||
|
||||
on:
|
||||
@ -38,9 +39,10 @@ jobs:
|
||||
env:
|
||||
DEFAULT_BRANCH: master
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
LINTER_RULES_PATH: .github/linters
|
||||
# VALIDATE_ALL_CODEBASE: false
|
||||
VALIDATE_JSCPD: false
|
||||
|
||||
|
||||
build-and-run-docker-compose:
|
||||
needs:
|
||||
- codespell
|
||||
|
@ -1,3 +1,4 @@
|
||||
---
|
||||
version: '3'
|
||||
|
||||
services:
|
||||
|
@ -1,4 +1,6 @@
|
||||
---
|
||||
version: '3'
|
||||
|
||||
services:
|
||||
|
||||
zammad-nginx:
|
||||
|
@ -1,3 +1,4 @@
|
||||
---
|
||||
version: '3'
|
||||
|
||||
services:
|
||||
|
@ -1,3 +1,4 @@
|
||||
---
|
||||
version: '2'
|
||||
|
||||
services:
|
||||
|
Loading…
Reference in New Issue
Block a user