Skip to content

Commit 1cffdd1

Browse files
authored
Merge pull request #190 from pdsinterop/fix/php-linting
Fix/php linting
2 parents dee089d + 5498f43 commit 1cffdd1

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.config/hadolint.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ ignored:
99
# The following keys are available:
1010
#
1111
# failure-threshold: string # name of threshold level (error | warning | info | style | ignore | none)
12-
# format: string # Output format (tty | json | checkstyle | codeclimate | gitlab_codeclimate | gnu | codacy)
12+
# format: string # Output format
13+
# # (tty | json | checkstyle | codeclimate | gitlab_codeclimate | gnu | codacy)
1314
# label-schema: # See https://github.com/hadolint/hadolint#linting-labels for details
1415
# author: string # Your name
1516
# contact: string # email address

.github/workflows/solid-tests-suites.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ jobs:
2828
runs-on: ubuntu-latest
2929
strategy:
3030
matrix:
31-
# For the latest version information see: https://github.com/nextcloud/server/wiki/Maintenance-and-Release-Schedule
31+
# For the latest version information see:
32+
# https://github.com/nextcloud/server/wiki/Maintenance-and-Release-Schedule
3233
# Versions before 22 are not tested as they run on PHP versions lower than 8.0
3334
# Versions before 24 are not tested as they do not support `.well-known` entries
3435
# Version 24 comes with PHP 8.0, which is no longer supported;
@@ -69,7 +70,8 @@ jobs:
6970
.
7071
docker push "ghcr.io/pdsinterop/solid-nextcloud:${{ env.TAG }}"
7172
mkdir -p cache/solid-nextcloud
72-
docker image save solid-nextcloud:${{ env.TAG }} --output ./cache/solid-nextcloud/${{ github.sha }}-${{ matrix.nextcloud_version }}.tar
73+
docker image save solid-nextcloud:${{ env.TAG }} \
74+
--output ./cache/solid-nextcloud/${{ github.sha }}-${{ matrix.nextcloud_version }}.tar
7375
7476
solid-testsuite:
7577
timeout-minutes: 30

0 commit comments

Comments
 (0)