conventional-commits-check-.../entrypoint.sh

8 lines
155 B
Bash
Raw Permalink Normal View History

2025-01-02 23:29:07 +01:00
#!/bin/sh -l
set -e
PRTITLE="$1"
echo "$PRTITLE" > /tmp/prtitle.txt
2025-01-02 23:29:07 +01:00
conventional-pre-commit --no-color --force-scope --strict --verbose /tmp/prtitle.txt