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

This commit is contained in:
2026-06-20 21:35:35 +00:00
parent 1ea8b55711
commit c95b284791
+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 "::woj ing::Build failed or not configured"
make build 2>&1 || echo "::warning::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