Standardize 4-workflow CI pattern (align with opencode) #10

Merged
jcabillot merged 17 commits from fix/workflow-standard into main 2026-06-14 16:26:20 -04:00
Showing only changes of commit a8e2331f89 - Show all commits
+2 -1
View File
@@ -7,8 +7,9 @@ ENV NPM_CONFIG_UPDATE_NOTIFIER=false \
NPM_CONFIG_LOGLEVEL=warn \
NODE_ENV=production
# hadolint ignore=DL3008,DL4006
# hadolint ignore=DL4006
USER root
# hadolint ignore=DL3008
RUN apt-get update \
&& apt-get install -y --no-install-recommends \
python3 \