Files
passepartout/scripts/pre-commit-repl-check
Amr Gharbeia a27a3d02b0
Some checks failed
Deploy (Gitea) / deploy (push) Failing after 2s
fix: pre-commit hook — handle non-lisp org files (no :tangle header)
The set -euo pipefail combined with grep returning non-zero on files
without a :tangle header (like ROADMAP.org) caused the hook to abort
silently, preventing commits. Added || true to the grep pipeline.
2026-05-03 15:57:39 -04:00

3.1 KiB
Executable File