pez-infra/.github
Rasmus Wejlgaard 4106d7ba75 fix: remove || true from compose lint so validation errors fail CI
The lint-docker-compose workflow was swallowing all validation errors with
|| true, meaning broken compose files would never fail the check.

- Remove || true and let validation failures propagate
- Add a pre-step that creates empty stubs for referenced env_file entries
  (e.g. bitwarden/settings.env) so docker compose config can validate
  structure without needing real secrets
- Track per-file pass/fail and exit non-zero if any file fails

Closes PESO-130
2026-04-03 19:49:20 +00:00
..
workflows fix: remove || true from compose lint so validation errors fail CI 2026-04-03 19:49:20 +00:00