ci: sync ci-generic.yml from Template-Joomla [skip ci]

This commit is contained in:
2026-06-20 21:34:01 +00:00
parent f03a522bb9
commit 9d22ba0b10
+2 -2
View File
@@ -28,7 +28,7 @@ env:
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
jobs:
# ── Lint & Validate ───────────────────────────────────────────────────
# ── Lint & Validate ───────────────────────────────────────────────────
lint:
name: Lint & Validate
runs-on: ubuntu-latest
@@ -191,7 +191,7 @@ jobs:
- name: Build check
run: |
if [ -f "Makefile" ]; then
make build 2>&1 || echo "::warning::Build failed or not configured"
make build 2>&1 || echo "::woj ing::Build failed or not configured"
elif [ -f "package.json" ] && jq -e '.scripts.build' package.json > /dev/null 2>&1; then
npm run build 2>&1 || echo "::warning::Build failed"
fi