fix superlinter

Signed-off-by: André Bauer <andre.bauer@staffbase.com>
This commit is contained in:
André Bauer 2022-04-25 17:04:10 +02:00
parent dc5d9865d4
commit 7c98567b1e
9 changed files with 17 additions and 5 deletions

View File

@ -1,6 +1,7 @@
version: '2'
services:
---
version: "2"
services:
zammad-nginx:
environment:
- VIRTUAL_HOST=helpdesk.domain.tld

View File

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

View File

@ -1,2 +1,3 @@
---
MD013:
line_length: 500
line_length: 600

View File

@ -1,3 +1,4 @@
---
name: ci-remote-image
on:

View File

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

View File

@ -1,3 +1,4 @@
---
version: '3'
services:

View File

@ -1,4 +1,6 @@
---
version: '3'
services:
zammad-nginx:

View File

@ -1,3 +1,4 @@
---
version: '3'
services:

View File

@ -1,3 +1,4 @@
---
version: '2'
services: