Skip to content

Commit 91c4bbc

Browse files
turegjorupclaude
andcommitted
5402: Fix yaml and markdown lint findings
Apply prettier formatting to github_build_release.yml and pentatrion_vite.yaml; fix list/heading spacing, trailing whitespace and bare URL in infrastructure/Readme.md. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 0d0be15 commit 91c4bbc

3 files changed

Lines changed: 8 additions & 6 deletions

File tree

.github/workflows/github_build_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Install, Build, Cleanup
2525
run: |
2626
task --taskfile=.github/Taskfile.yaml build-prod
27-
27+
2828
- name: Make assets dir
2929
run: |
3030
mkdir -p ../assets
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# @see https://symfony-vite.pentatrion.com/guide/performance.html#caching-configuration-files-%F0%9F%8F%83
22
when@prod:
3-
pentatrion_vite:
4-
cache: true
3+
pentatrion_vite:
4+
cache: true

infrastructure/Readme.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,24 +3,26 @@
33
This folder contains the infrastructure files for building the `os2display/*` images.
44

55
Two images are built:
6+
67
- `os2display/display-api-service`: The web (php-fpm) application image
78
- `os2display/display-api-service-nginx`: The API (nginx) server image
89

910
## Github Actions
1011

11-
Both images are built automatically on push to the `devolp` branch, and on tag creation. They are tagged with the
12+
Both images are built automatically on push to the `devolp` branch, and on tag creation. They are tagged with the
1213
same version as the application.
1314

1415
## Docker Hub
1516

16-
Images are published to https://hub.docker.com/orgs/os2display
17+
Images are published to <https://hub.docker.com/orgs/os2display>
1718

1819
## Building images locally
1920

2021
A script is provided to build the images locally: `build-n-push.sh`
2122

2223
## Build process
23-
Both images uses multistage builds, with the first two stages being identical. And the final stage is optimized for
24+
25+
Both images uses multistage builds, with the first two stages being identical. And the final stage is optimized for
2426
the specific image.
2527

2628
This is done because both images requires files from both the `npm` and `composer` build stages. And while having a

0 commit comments

Comments
 (0)