Skip to content
This repository was archived by the owner on May 5, 2021. It is now read-only.

Commit 70c0a34

Browse files
author
Antonios Papadakis
committed
Disable Style Check for Shellcheck and fix YAML Syntax
1 parent a9f971f commit 70c0a34

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

.github/workflows/shellcheck.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@ jobs:
1313
SHELLCHECK_OPTS: -e SC2164 SC2162 SC2016 SC1090 # It is posible to exclude some shellcheck warnings.
1414
with:
1515
sh_checker_comment: true
16+
sh_checker_shfmt_disable: true

debian/dockerFiles/docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
version: "3.8"
23
services:
34
web:

macos/Docker/dockerFiles/docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
version: "3.8"
23
services:
34
web:

windows/dockerFiles/docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
version: "3.8"
23
services:
34
web:

0 commit comments

Comments
 (0)