Files
Alan Buscaglia 173659ae0b fix(ci): prevent grep exit code 1 from failing empty dir check
- Add || true to grep -v that filters empty lines from VALID_PATHS
- GitHub Actions bash uses set -eo pipefail, so grep returning 1 (no
  matches) killed the script before reaching the graceful exit 0
2026-03-12 11:33:33 +01:00
..