Skip to content

Commit 32261e6

Browse files
committed
Fix Yamml Lint violations.
1 parent c5dedc9 commit 32261e6

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ jobs:
1919
os: [ubuntu-latest]
2020

2121
steps:
22-
- uses: actions/checkout@v4
23-
# Run the Solid test-suite
24-
- run: bash ./run-solid-test-suite.sh
22+
- uses: actions/checkout@v4
23+
# Run the Solid test-suite
24+
- run: bash ./run-solid-test-suite.sh

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ nav:
3434
exclude:
3535
- /
3636
- /404.html
37-
favicon_ico : /favicon.ico
37+
favicon_ico: /favicon.ico
3838
main_title:
3939
link: '/'
4040
recurse: true

docker-compose.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ services:
1919
- 80:80
2020
- 443:443
2121
volumes:
22-
- .:/app/
23-
# @TODO: The storage directory should be mounted separately
24-
# as it really _should_ live outside the code directory
22+
- .:/app/
23+
# @TODO: The storage directory should be mounted separately
24+
# as it really _should_ live outside the code directory
2525

2626
pubsub:
27-
build:
28-
context: https://github.com/pdsinterop/php-solid-pubsub-server.git#main
29-
ports:
27+
build:
28+
context: https://github.com/pdsinterop/php-solid-pubsub-server.git#main
29+
ports:
3030
- 8080:8080

0 commit comments

Comments
 (0)